operator > method

bool operator >(
  1. Fixed other
)

greater than operator

Implementation

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