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