operator > method

bool operator >(
  1. PlainDate other
)

Implementation

bool operator >(PlainDate other) => compareTo(other) > 0;