minDate top-level property
date
get
minDate
Returns the minimum date value.
Implementation
date get minDate => DateTime.fromMicrosecondsSinceEpoch(0);
Returns the minimum date value.
date get minDate => DateTime.fromMicrosecondsSinceEpoch(0);