toIso8601String method

String toIso8601String()

Returns an ISO-8601 full-precision extended format representation of this Day.

This will call the DateTime's toIso8601String method.

Implementation

String toIso8601String() => _time.toIso8601String();