DeviceNameId constructor

DeviceNameId(
  1. String id,
  2. String name
)

Implementation

DeviceNameId(this.id, this.name);