toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'total_count': totalCount,
'total_forward_count': totalForwardCount,
'total_reaction_count': totalReactionCount,
'interactions': interactions.map((item) => item.toJson()).toList(),
'next_offset': nextOffset,
'@type': constructor,
};