RequestResult<T> constructor
RequestResult<T> ({
- T? value,
- String? error,
Implementation
RequestResult({
this.value,
this.error,
});
RequestResult({
this.value,
this.error,
});