componentId property
String?
get
componentId
Unique identifier for the component instance.
Useful when there are multiple instances of the same component type,
e.g., primary-db, replica-db. Returns null by default.
Implementation
String? get componentId => null;