operator > method

bool operator >(
  1. num other
)
inherited

See the num documentation

Implementation

bool operator >(num other) => value > other;