compareTo method

  1. @override
int compareTo(
  1. Date other
)
override

Zero-padded toJson compares lexicographically == chronologically.

Implementation

@override
int compareTo(Date other) => toJson().compareTo(other.toJson());