remainder method

  1. @override
double remainder(
  1. num other
)

Implementation

@override
double remainder(num other) => value.remainder(other);