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