RemarketingValueAttribute constructor

RemarketingValueAttribute({
  1. int? fieldId,
  2. List<String>? userAttributeIds,
})

Implementation

RemarketingValueAttribute({this.fieldId, this.userAttributeIds});