OSDisk.fromJson constructor
OSDisk.fromJson(
- Map json_
Implementation
OSDisk.fromJson(core.Map json_)
: this(
name: json_['name'] as core.String?,
sizeGb: json_['sizeGb'] as core.int?,
type: json_['type'] as core.String?,
);