menu
dlibphonenumber package
documentation
locale.dart
Locale
Locale const constructor
Locale const constructor
dark_mode
light_mode
Locale
constructor
const
Locale
(
{
required
String
language
,
required
String
country
,
})
Implementation
const Locale({ required this.language, required this.country, });
dlibphonenumber package
documentation
locale
Locale
Locale const constructor
Locale class