VmAttachmentDetails constructor

VmAttachmentDetails({
  1. String? deviceName,
})

Implementation

VmAttachmentDetails({
  this.deviceName,
});