Scanner constructor

const Scanner(
  1. String name,
  2. String vendor,
  3. String model,
  4. String type,
)

Implementation

const Scanner(this.name, this.vendor, this.model, this.type);