toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final authCode = this.authCode;
final conversationProfileId = this.conversationProfileId;
return {
'authCode': ?authCode,
'conversationProfileId': ?conversationProfileId,
};
}