operator > method

bool operator >(
  1. DateTime other
)

Compare DateTime with DateTime greater than.

Implementation

bool operator >(DateTime other) => isAfter(other);