toUtc property

DateTimeRange get toUtc

Implementation

DateTimeRange get toUtc => DateTimeRange(start.toUtc(), end.toUtc());