listFromJson static method
Implementation
static List<StorageExist> listFromJson(List<dynamic> json) {
return json.map((value) => StorageExist.fromJson(value)).toList();
}
static List<StorageExist> listFromJson(List<dynamic> json) {
return json.map((value) => StorageExist.fromJson(value)).toList();
}