FetchResponse constructor
FetchResponse(
- FlagStatus fetchStatus,
- Error? error
Implementation
FetchResponse(this.fetchStatus, this.error);
FetchResponse(this.fetchStatus, this.error);