toJSON method
Implementation
Map<String, dynamic> toJSON() => {
'author': author?.toJSON(),
'ids': ids.toJSON(),
'includeComments': includedComments,
'labels': labels,
'mentions': mentions,
'pollStatus': pollStatus,
'properties': properties,
'reactions': reactions,
'reactionGroup': reactionGroup,
'searchTerm': searchTerm,
'tag': tag,
'trending': trending,
};