operator > method

bool operator >(
  1. Byte other
)

Greater than operator.

Implementation

bool operator >(Byte other) => compareTo(other) > 0;