maxDate property

Date? get maxDate

Implementation

Date? get maxDate =>
    Date(maxDateTime!.year, maxDateTime!.month, maxDateTime!.day);