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