menu
fpjs_pro_plugin package
documentation
result.dart
Country
Country.fromJson constructor
Country.fromJson constructor
dark_mode
light_mode
Country.fromJson
constructor
Country.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Country.fromJson(Map<String, dynamic> json) : code = json['code'], name = json['name'];
fpjs_pro_plugin package
documentation
result
Country
Country.fromJson constructor
Country class