Disk constructor

Disk({
  1. int? lun,
  2. String? name,
  3. int? sizeGb,
})

Implementation

Disk({this.lun, this.name, this.sizeGb});