operator > method

Logic operator >(
  1. dynamic other
)

Greater-than.

Implementation

Logic operator >(dynamic other) => GreaterThan(this, other).out;