toLocal method

Time toLocal()

Returns a new Time instance representing the same moment in the local time zone.

Implementation

Time toLocal() => Time(_dateTime.toLocal());