isUTC property

bool isUTC

Return true if this DateTime is set as UTC.

Implementation

bool get isUTC => isUtc;