toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'sendCallDebugInformation',
if (extra != null) '@extra': extra,
'call_id': call_id,
'debug_information': debug_information
};
}