SmartResponse<T> constructor
const
SmartResponse<T> ({
- T? data,
- Response? raw,
- dynamic parsedData,
- SmartError? error,
- dynamic code,
- String? message,
- String? customErrorMessage,
- String? successMessage,
Implementation
const SmartResponse({
this.data,
this.raw,
this.parsedData,
this.error,
this.code,
this.message,
this.customErrorMessage,
this.successMessage,
});