toUtcIso property

String toUtcIso

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

Implementation

String get toUtcIso => toUtc().toIso;