toUtcString method

String toUtcString()

Returns a string representation of the UTC equivalent of this time instance.

Implementation

String toUtcString() => _dateTime.toUtc().toString();