customAttributionDeserializeBuilder property

set customAttributionDeserializeBuilder (AttributionDeserializeBuilder? value)

Implementation

set customAttributionDeserializeBuilder(
    AttributionDeserializeBuilder? value) {
  _customAttributionDeserializeBuilder = value;
}