FinishError<T> constructor

const FinishError<T>(
  1. SmartError error,
  2. SmartResponse<T> response
)

Implementation

const FinishError(this.error, this.response);