Result<T> constructor
Result<T> ({
- Response<
T> ? response, - Exception? error,
Implementation
Result({this.response, this.error});
Result({this.response, this.error});