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