operator > method

bool operator >(
  1. dynamic o
)

Implementation

bool operator >(o) => o is Currency && pasc! > o.pasc!;