InterconnectDiagnosticsLinkOpticalPower constructor

InterconnectDiagnosticsLinkOpticalPower({
  1. String? state,
  2. double? value,
})

Implementation

InterconnectDiagnosticsLinkOpticalPower({
  this.state,
  this.value,
});