GuestOsFeature constructor

GuestOsFeature({
  1. String? type,
})

Implementation

GuestOsFeature({
  this.type,
});