core.Map<core.String, core.dynamic> toJson() { final ownerIdentity = this.ownerIdentity; final ownerType = this.ownerType; return {'ownerIdentity': ?ownerIdentity, 'ownerType': ?ownerType}; }