FetchSuccess<R> constructor

FetchSuccess<R>(
  1. R result
)

Implementation

FetchSuccess(this.result);