defaultDecoder property

JsonDecoder defaultDecoder
final

Implementation

static final JsonDecoder defaultDecoder = JsonDecoder(
    jsonValueDecoderProvider: _jsonValueDecoderProvider,
    jsomMapDecoderAsyncProvider: (t, m, j) =>
        _jsomMapDecoderAsyncProvider(t, j, null, null),
    jsomMapDecoderProvider: (t, m, j) => _jsomMapDecoderProvider(t, j, null),
    entityCache: JsonEntityCacheSimple(),
    forceDuplicatedEntitiesAsID: true);