operator > method

bool operator >(
  1. T value
)

Implementation

bool operator >(T value) => _change('>', value);