isUtc property

bool get isUtc

Whether offset is UTC.

Implementation

bool get isUtc => offset == Duration.zero;