productName property

String get productName

The iProduct string read from the device, if available.

Implementation

String get productName => _wrapped.productName;
set productName (String v)

Implementation

set productName(String v) {
  _wrapped.productName = v;
}