toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '2ffe2f7a',
'\$name': 'MessageActionConferenceCall',
'flags': flags,
'missed': missed,
'active': active,
'video': video,
'callId': callId,
'duration': duration,
'otherParticipants': otherParticipants,
};
// Finished toJson.
return returnValue;
}