menu
flutter_country_picker_plus package
documentation
country.dart
Country
findByName static method
findByName static method
dark_mode
light_mode
findByName
static method
dynamic
findByName
(
String
?
name
)
Implementation
static findByName(String? name) { return ALL.singleWhere( (item) => item.name == name, ); }
flutter_country_picker_plus package
documentation
country
Country
findByName static method
Country class