RuntimeGuestOsFeature.fromJson constructor
RuntimeGuestOsFeature.fromJson(
- Map json_
Implementation
RuntimeGuestOsFeature.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);
RuntimeGuestOsFeature.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);