RepoResponse<T> constructor
RepoResponse<T> ({
- APIException? error,
- T? data,
Implementation
RepoResponse({this.error, this.data});
RepoResponse({this.error, this.data});