ErrorFetcherResult<T> constructor

ErrorFetcherResult<T>(
  1. dynamic error
)

Implementation

factory ErrorFetcherResult(dynamic error) = _$ErrorFetcherResult<T>;