locale property

Locale? locale

It's a getter that returns the value of the variable _locale.

Implementation

Locale? get locale => _locale;