zoneProvider property

DateTimeZoneProvider? zoneProvider
final

Gets the provider which is used to look up time zones when parsing a pattern which contains a time zone identifier. This may be null, in which case the pattern can only be used for formatting (not parsing).

Implementation

final DateTimeZoneProvider? zoneProvider;