XdrSCError constructor Null safety

XdrSCError(
  1. XdrSCErrorType _type,
  2. XdrSCErrorCode _errorCode
)

Implementation

XdrSCError(this._type, this._errorCode);