operator % method

IntField operator %(
  1. dynamic other
)

Get new IntField of this value % other

other may be of the following:

IntField - int

Implementation

IntField operator %(dynamic other) => _getMathOperationQuery('%', other);