compareTo method

int compareTo(
  1. Date other
)

////////////////////////////////// COMPARISON

Implementation

int compareTo(Date other) => asDateTime.compareTo(other.asDateTime);