toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final applicationInfo = this.applicationInfo;
final callerType = this.callerType;
final email = this.email;
final key = this.key;
final profileId = this.profileId;
return {
'applicationInfo': ?applicationInfo,
'callerType': ?callerType,
'email': ?email,
'key': ?key,
'profileId': ?profileId,
};
}