containsKey method

bool containsKey(
  1. String type
)

Implementation

bool containsKey(String type) {
  return convertFuncMap.containsKey(type);
}