Disk constructor

Disk({
  1. String? name,
})

Implementation

Disk({
  this.name,
});