Logo constructor

Logo({
  1. String? location,
  2. String? index,
  3. String? option,
  4. String? format,
  5. String? value,
  6. String? operator,
})

Implementation

Logo({
  this.location,
  this.index,
  this.option,
  this.format,
  this.value,
  this.operator,
});