toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final channelPartnerCloudIdentityId = this.channelPartnerCloudIdentityId;
  final customerCloudIdentityId = this.customerCloudIdentityId;
  final customerName = this.customerName;
  final customerType = this.customerType;
  final existing = this.existing;
  final owned = this.owned;
  return {
    'channelPartnerCloudIdentityId': ?channelPartnerCloudIdentityId,
    'customerCloudIdentityId': ?customerCloudIdentityId,
    'customerName': ?customerName,
    'customerType': ?customerType,
    'existing': ?existing,
    'owned': ?owned,
  };
}