@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id, 'date': date, 'is_silent': isSilent, 'type': type?.toJson(), '@type': constructor, };