locale property
      
      String
      get
      locale
      
    
    
Return the locale for this instance. If none was set, the locale will be the default.
Implementation
String get locale => _locale;Return the locale for this instance. If none was set, the locale will be the default.
String get locale => _locale;