FinishError<T> constructor
const
FinishError<T> (
- SmartError error,
- SmartResponse<
T> response
Implementation
const FinishError(this.error, this.response);