toUtcIso property

String get toUtcIso

Converts this DateTime to UTC and returns an ISO 8601 string.

Implementation

String get toUtcIso => toUtc().toIso;