operator > method

bool operator >(
  1. Double other
)

Implementation

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