BootDisk constructor

BootDisk({
  1. String? sizeGb,
  2. String? type,
})

Implementation

BootDisk({this.sizeGb, this.type});