DeviceType constructor

const DeviceType(
  1. int id,
  2. String description
)

Implementation

const DeviceType(this.id, this.description);