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