gt method

bool gt(
  1. A a1,
  2. A a2
)

Implementation

bool gt(A a1, A a2) => order(a1, a2) == Ordering.GT;