SerialPortOutput constructor

SerialPortOutput({
  1. String? contents,
  2. String? kind,
  3. int? next,
  4. String? selfLink,
  5. int? start,
})

Implementation

SerialPortOutput({
  this.contents,
  this.kind,
  this.next,
  this.selfLink,
  this.start,
}) : super(fullyQualifiedName);