getComponentID method

ComponentID? getComponentID(
  1. Type type
)

Implementation

@pragma('vm:prefer-inline')
ComponentID? getComponentID(Type type) => _componentTypes[type];