hasDecoder method

bool hasDecoder(
  1. String reducerName
)

Implementation

bool hasDecoder(String reducerName) => _decoders.containsKey(reducerName);