remainder method

double? remainder(
  1. num other
)

Implementation

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