isAfter method

bool isAfter(
  1. Date? other
)

Implementation

bool isAfter(Date? other) => this > other;