gt method

bool gt(
  1. FEnum o
)

Implementation

bool gt(FEnum o) => value > o.value;