toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'url': url,
'match_code': matchCode,
'allow_write_access': allowWriteAccess,
'allow_phone_number_access': allowPhoneNumberAccess,
'@type': constructor,
};