parse static method

AppLocale parse(
  1. String rawLocale
)

Implementation

static AppLocale parse(String rawLocale) => instance.parse(rawLocale);