ActiveInfo constructor

ActiveInfo(
  1. int type,
  2. String name,
  3. int size
)

Implementation

ActiveInfo(this.type, this.name, this.size);