remainder method

num? remainder(
  1. num other
)

Implementation

num? remainder(num other) => value?.remainder(other);