remainder method

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

Implementation

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