projectComponent method
Returns a callable handle for a component that already exists in the current target project.
Implementation
ExistingProjectComponentHandle projectComponent(
String name, {
Map<String, DslType>? params,
}) => ExistingProjectComponentHandle(name, params: params);