menu
appwrite package
documentation
models.dart
Country
Country.new constructor
Country.new 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.new constructor
Country class