toUtcIso8601 property

String get toUtcIso8601

Returns a UTC ISO 8601 string suitable for API payloads.

Implementation

String get toUtcIso8601 => toUtc().toIso8601String();