Map<String, dynamic> toJson() => { "type": type, "isSupport": isSupport, "value": value, "list": List<dynamic>.from(list.map((x) => x)), };