RuntimeGuestOsFeature constructor

RuntimeGuestOsFeature({
  1. String? type,
})

Implementation

RuntimeGuestOsFeature({
  this.type,
});