operator >= method

bool operator >=(
  1. Integer other
)

Implementation

bool operator >=(Integer other) => _value >= other._value;