toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"id": id,
"type": type.toJson(),
"chat_id": chatId,
"total_count": totalCount,
"notifications": notifications.map((i) => i.toJson()).toList(),
};
}