toEnum method

E? toEnum(
  1. AppLocaleId id
)

Returns the corresponding enum of given locale id. May be null

Implementation

E? toEnum(AppLocaleId id) => _idToEnumMap[id];