toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (callerType != null) 'callerType': callerType!,
if (email != null) 'email': email!,
if (key != null) 'key': key!,
if (profileId != null) 'profileId': profileId!,
};