isGt method

bool isGt(
  1. num b
)

Short form for isGreaterThan

Implementation

bool isGt(num b) => isGreaterThan(b);