$EditCustomerMatchMembersResponse.fromJson constructor

$EditCustomerMatchMembersResponse.fromJson(
  1. Map json_
)

Implementation

$EditCustomerMatchMembersResponse.fromJson(core.Map json_)
    : this(
        firstAndThirdPartyAudienceId:
            json_.containsKey('firstAndThirdPartyAudienceId')
                ? json_['firstAndThirdPartyAudienceId'] as core.String
                : null,
      );