IsolatedJsonFetcher<T> constructor

const IsolatedJsonFetcher<T>(
  1. JsonHttpClient client,
  2. FutureOr<T> converter(
    1. dynamic json
    )
)

Implementation

const IsolatedJsonFetcher(super.client, super.converter);