copy method

FetchSuccess<R> copy(
  1. R result
)

Implementation

FetchSuccess<R> copy(R result) => FetchSuccess<R>(result);