toIso8601String method

String toIso8601String()

Returns an ISO 8601 representation of this time instance.

Implementation

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