operator % method

Decimal operator %(
  1. Decimal other
)

Implementation

Decimal operator %(Decimal other) =>
    Decimal._fromRational(_rational % other._rational);