operator >= method

bool operator >=(
  1. BigDecimal other
)

Implementation

bool operator >=(BigDecimal other) => compareTo(other) >= 0;