effective property

ConvertConfig get effective

The configuration that is currently in effect (global or zone-overridden).

Implementation

static ConvertConfig get effective =>
    (Zone.current[_zoneKey] as ConvertConfig?) ?? _global;