UserLocale constructor

UserLocale(
  1. String languageCode, [
  2. String? countryCode
])

Implementation

UserLocale(this.languageCode, [this.countryCode]);