RepoResponse<T> constructor

RepoResponse<T>({
  1. APIException? error,
  2. T? data,
})

Implementation

RepoResponse({this.error, this.data});