DisksScopedList constructor

DisksScopedList({
  1. List<Disk>? disks,
  2. DisksScopedListWarning? warning,
})

Implementation

DisksScopedList({
  this.disks,
  this.warning,
});