modulusFixed method

Money modulusFixed(
  1. Fixed other
)

Implementation

Money modulusFixed(Fixed other) =>
    Money.fromFixedWithCurrency(amount % other, currency);