WgtElements.fromJson(Map<String, dynamic> json) : id = json['id'].toString(), this.resources = List<String>.from(json['resources']);