toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'request_message_id': requestMessageId,
'old_has_protected_content': oldHasProtectedContent,
'new_has_protected_content': newHasProtectedContent,
'@type': constructor,
};