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