Export.fromJson constructor
Export.fromJson(
- dynamic json
Implementation
Export.fromJson(dynamic json) {
urls = json["urls"] != null ? json["urls"].cast<String>() : [];
}
Export.fromJson(dynamic json) {
urls = json["urls"] != null ? json["urls"].cast<String>() : [];
}