Volume constructor

Volume({
  1. Host? host,
  2. String? name,
})

Implementation

Volume({
  this.host,
  this.name,
});