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