characteristicId property
String
get
characteristicId
Implementation
String get characteristicId {
return $$context$$["characteristicId"];
}
set
characteristicId
(String value)
Implementation
set characteristicId(String value) {
$$context$$["characteristicId"] = value;
}