VolumeAttachmentStatus constructor
const
VolumeAttachmentStatus({
- VolumeError? attachError,
- required bool attached,
- Map<
String, String> ? attachmentMetadata, - VolumeError? detachError,
Default constructor.
Implementation
const VolumeAttachmentStatus({
this.attachError,
required this.attached,
this.attachmentMetadata,
this.detachError,
});