operator > method

bool operator >(
  1. Visibility other
)

Implementation

bool operator >(Visibility other) => _n > other._n;