TrayRequestResponse<ResultType> constructor
TrayRequestResponse<ResultType> ({
- TrayRequestError? error,
- dynamic dataRaw,
- ResultType? data,
Implementation
TrayRequestResponse({
this.error,
this.dataRaw,
this.data,
});