TroubleshootingInfo constructor

TroubleshootingInfo({
  1. String? stateReasonCode,
  2. String? stateReasonUri,
})

Implementation

TroubleshootingInfo({this.stateReasonCode, this.stateReasonUri});