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