minDate property

Date? get minDate

Implementation

Date? get minDate =>
    Date(minDateTime!.year, minDateTime!.month, minDateTime!.day);