Avd constructor

Avd(
  1. String name,
  2. int size,
  3. String sizeStr
)

Implementation

Avd(this.name, this.size, this.sizeStr);