I property

FrConfig get I

Last applied config.

Throws StateError before FrConfig or FrConfig.initialize is called.

Implementation

static FrConfig get I =>
    _instance ?? (throw StateError('FrConfig has not been initialized yet.'));