toJson method Null safety
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (identities != null) 'identities': identities!,
if (identityType != null) 'identityType': identityType!,
};
core.Map<core.String, core.dynamic> toJson() => {
if (identities != null) 'identities': identities!,
if (identityType != null) 'identityType': identityType!,
};