stripId property
String
get
stripId
Implementation
String get stripId => subChannel == 255 ? '$source.$subChannel' : '$source.0';
String get stripId => subChannel == 255 ? '$source.$subChannel' : '$source.0';