isGreaterThan0 property

bool isGreaterThan0

Implementation

bool get isGreaterThan0 {
  return this != null && this! > 0;
}