gt method

Logic gt(
  1. dynamic other
)

Greater-than.

Implementation

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