Volume constructor

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

Implementation

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