IsolatedJsonFetcher<T> constructor
const
IsolatedJsonFetcher<T> (
- JsonHttpClient client,
- FutureOr<
T> converter(- dynamic json
Implementation
const IsolatedJsonFetcher(super.client, super.converter);