isDateUtc property

bool get isDateUtc

For date types, this flag indicates if the value should be treated as UTC. Computed from dartType.

Implementation

bool get isDateUtc =>
    dartType == PropertyType.dateUtc || dartType == PropertyType.dateNanoUtc;