DatecsDevice constructor

DatecsDevice(
  1. String name,
  2. String address
)

Implementation

DatecsDevice(this.name, this.address);