resolver property

ZoneLocalMappingResolver? resolver
final

Gets the resolver which is used to map local date/times to zoned date/times, handling skipped and ambiguous times appropriately (where the offset isn't specified in the pattern). This may be null, in which case the pattern can only be used for formatting (not parsing).

Implementation

final ZoneLocalMappingResolver? resolver;