operator >= method

bool operator >=(
  1. Long other
)

Implementation

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