isGt method

bool isGt(
  1. int b
)

Short form for isGreaterThan

Implementation

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