isGreaterThan method

bool isGreaterThan(
  1. num other
)

Implementation

bool isGreaterThan(num other) => this > other;