fromJsonList static method
Implementation
static List<JsonGetAttribute> fromJsonList(List<dynamic> json) =>
json.map((e) => fromJson(e)).toList();
static List<JsonGetAttribute> fromJsonList(List<dynamic> json) =>
json.map((e) => fromJson(e)).toList();