XdrSCSpecTypeResult constructor Null safety

XdrSCSpecTypeResult(
  1. XdrSCSpecTypeDef _okType,
  2. XdrSCSpecTypeDef _errorType
)

Implementation

XdrSCSpecTypeResult(this._okType, this._errorType);