getComponentID method

ComponentID? getComponentID(
  1. Type type
)

Implementation

ComponentID? getComponentID(Type type) {
  return _componentTypes[type];
}