$LocationList constructor

$LocationList({
  1. String? advertiserId,
  2. String? displayName,
  3. String? locationListId,
  4. String? locationType,
  5. String? name,
})

Implementation

$LocationList({
  this.advertiserId,
  this.displayName,
  this.locationListId,
  this.locationType,
  this.name,
});