AcsDevice constructor

const AcsDevice(
  1. String address,
  2. String? name, {
  3. AcsModel model = AcsModel.ACR1255U_J1,
  4. dynamic names,
})

Implementation

const AcsDevice(this.address, this.name,
    {this.model = AcsModel.ACR1255U_J1, names});