gt method

bool gt(
  1. dynamic other
)

Implementation

bool gt(dynamic other) {
  return this.cmp(other) > 0;
}