deviceId property

String get deviceId

Implementation

String get deviceId {
  return $$context$$["deviceId"];
}
set deviceId (String value)

Implementation

set deviceId(String value) {
  $$context$$["deviceId"] = value;
}