AttachedVolume constructor

const AttachedVolume({
  1. required String devicePath,
  2. required String name,
})

Default constructor.

Implementation

const AttachedVolume({
  required this.devicePath,
  required this.name,
});