expiresAtUtc property

DateTime? get expiresAtUtc

Implementation

DateTime? get expiresAtUtc => expiresAt == null ? null : DateTime.fromMillisecondsSinceEpoch(expiresAt! * 1000, isUtc: true);