isLocal property

bool isLocal

Returns a boolean value indicating whether this Jiffy instance represents a local date and time.

Implementation

bool get isLocal => !isUtc;