$Shared03.fromJson constructor
$Shared03.fromJson(
- Map json_
Implementation
$Shared03.fromJson(core.Map json_)
: this(
bootDiskSizeGb: json_.containsKey('bootDiskSizeGb')
? json_['bootDiskSizeGb'] as core.int
: null,
bootDiskType: json_.containsKey('bootDiskType')
? json_['bootDiskType'] as core.String
: null,
);