current property

Locale current
  • return the current locale

Implementation

static Locale get current =>
    _controller.currentLocale ??
    (throw 'cant get current locale before booting the lang');