$Shared03 constructor

$Shared03({
  1. int? bootDiskSizeGb,
  2. String? bootDiskType,
})

Implementation

$Shared03({
  this.bootDiskSizeGb,
  this.bootDiskType,
});