returnEarlier property

AmbiguousTimeResolver returnEarlier
final

An AmbiguousTimeResolver which returns the earlier of the two matching times.

Implementation

static final AmbiguousTimeResolver returnEarlier = (earlier, later) => earlier;