toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (authToken != null) 'authToken': authToken!,
      if (channelPartnerId != null) 'channelPartnerId': channelPartnerId!,
      if (cloudIdentityId != null) 'cloudIdentityId': cloudIdentityId!,
      if (customer != null) 'customer': customer!,
      if (domain != null) 'domain': domain!,
      if (overwriteIfExists != null) 'overwriteIfExists': overwriteIfExists!,
    };