operator > method

bool operator >(
  1. dynamic other
)

See Big.gt

Implementation

bool operator >(dynamic other) => gt(other);