GuestUnitType constructor
GuestUnitType({
- List<
String> ? codes, - GuestUnitFeatures? features,
- String? label,
Implementation
GuestUnitType({this.codes, this.features, this.label});