defaultProvider property

DateTimeZoneProvider? defaultProvider

This is the default DateTimeZoneProvider for the currently loaded TimeMachine. It will be used internally where-ever timezone support is needed when no provider is provided,

Implementation

static DateTimeZoneProvider? get defaultProvider => _defaultProvider;