MPAdditionalDetail constructor

MPAdditionalDetail({
  1. MPDetailType? detailType,
  2. String? key,
  3. String? value,
  4. String? icon,
  5. String? displayText,
  6. bool? active,
  7. MPOpeningHours? openingHours,
})

Implementation

MPAdditionalDetail({
  this.detailType,
  this.key,
  this.value,
  this.icon,
  this.displayText,
  this.active,
  this.openingHours,
});