menu
messenger
domain/model/country.dart
CountryCode
CountryCode.new constructor
CountryCode.new
dark_mode
light_mode
CountryCode
constructor
CountryCode
(
String
val
)
Implementation
CountryCode(String val) : super(val.toUpperCase());
messenger
country
CountryCode
CountryCode.new constructor
CountryCode class