$ThirdPartyVendorConfig constructor

$ThirdPartyVendorConfig({
  1. String? placementId,
  2. String? vendor,
})

Implementation

$ThirdPartyVendorConfig({
  this.placementId,
  this.vendor,
});