locale property

Locale locale

Get the current Locale.

現在のLocaleを取得します。

Implementation

Locale get locale {
  return Localizations.localeOf(this);
}