toUtcString method
Returns a string representation of the UTC equivalent of this time instance.
Implementation
String toUtcString() => _dateTime.toUtc().toString();
Returns a string representation of the UTC equivalent of this time instance.
String toUtcString() => _dateTime.toUtc().toString();