GenericResponse<T> constructor
GenericResponse<T> ({
- Result? result,
- T? data,
Implementation
GenericResponse({this.result, this.data});
GenericResponse({this.result, this.data});