VolumeSpaceInfo constructor

VolumeSpaceInfo({
  1. String uuid = "",
  2. String absolutePath = "",
  3. String state = "",
  4. bool isAvailable = false,
  5. bool isRemoveable = false,
  6. bool isPrimary = false,
  7. bool hasMarker = false,
})

Implementation

VolumeSpaceInfo(
    {this.uuid = "",
    this.absolutePath = "",
    this.state = "",
    this.isAvailable = false,
    this.isRemoveable = false,
    this.isPrimary = false,
    this.hasMarker = false});