Addon constructor

Addon({
  1. String? id,
  2. String? name,
  3. double? price,
  4. List<String>? type,
  5. int? adultCount,
  6. double? originalPackagePrice,
})

Implementation

Addon({this.id, this.name, this.price, this.type, this.adultCount,this.originalPackagePrice});