menu
appwrite package
documentation
models.dart
Country
Country constructor
Country constructor
dark_mode
light_mode
Country
constructor
Country
(
{
required
String
name
,
required
String
code
,
})
Implementation
Country({ required this.name, required this.code, });
appwrite package
documentation
models
Country
Country constructor
Country class