ReactComponentFactory<P> constructor
const
ReactComponentFactory<P> ({
- required ComponentId id,
- ReactComponentMetadata? metadata,
Creates a factory for the registered component identified by id.
Implementation
const ReactComponentFactory({required this.id, this.metadata});