returnLater property

AmbiguousTimeResolver returnLater
final

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

Implementation

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