operator > method

dynamic operator >(
  1. DateTime other
)

Equivalent to isAfter(other)

Implementation

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