BootDiskProfile constructor

BootDiskProfile({
  1. String? swapSizeGib,
  2. int? swapSizePercent,
})

Implementation

BootDiskProfile({this.swapSizeGib, this.swapSizePercent});