FetchResponse constructor

FetchResponse(
  1. FlagStatus fetchStatus,
  2. Error? error
)

Implementation

FetchResponse(this.fetchStatus, this.error);