DataDiskImageImport.fromJson constructor
DataDiskImageImport.fromJson(
- Map json_
Implementation
DataDiskImageImport.fromJson(core.Map json_)
: this(
guestOsFeatures: (json_['guestOsFeatures'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);