toJson method

Map<String, dynamic> toJson()

Implementation

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