WrapperSessionUcrReportResponseFail constructor

WrapperSessionUcrReportResponseFail({
  1. String? lastError,
  2. int? responseErrorCode,
  3. String? responseErrorMessage,
})

Implementation

WrapperSessionUcrReportResponseFail({
    this.lastError,
    this.responseErrorCode,
    this.responseErrorMessage,
});