isBefore method

bool isBefore(
  1. Date? other
)

Implementation

bool isBefore(Date? other) => this < other;