operator < method

bool operator <(
  1. Fixed other
)

less than operator

Implementation

bool operator <(Fixed other) => value < other.value;