operator % method Null safety

double operator %(
  1. dynamic other
)

Implementation

double operator %(other) => value % other;