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