getTypeDecoder static method

JsonTypeDecoder? getTypeDecoder(
  1. Type type
)

Implementation

static JsonTypeDecoder? getTypeDecoder(Type type) =>
    _registeredTypeDecoders[type];