toEnum method
Returns the corresponding enum of given locale id. May be null
Implementation
E? toEnum(AppLocaleId id) => _idToEnumMap[id];
Returns the corresponding enum of given locale id. May be null
E? toEnum(AppLocaleId id) => _idToEnumMap[id];