GuestUnitType constructor

GuestUnitType({
  1. List<String>? codes,
  2. GuestUnitFeatures? features,
  3. String? label,
})

Implementation

GuestUnitType({this.codes, this.features, this.label});