toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"type": type.toJson(),
"total_count": totalCount,
"is_chosen": isChosen,
"recent_sender_ids": recentSenderIds.map((i) => i.toJson()).toList(),
};
}