isMoreThan method

bool isMoreThan(
  1. num? other
)

Implementation

bool isMoreThan(num? other) => this.orZero > other.orZero;