ComponentSpec constructor

ComponentSpec(
  1. String name,
  2. ComponentConstructor constructor,
  3. ComponentSelector selector,
  4. ComponentEditorConstructor editor,
  5. RetrieveRepository retrieveRepository,
)

Implementation

ComponentSpec(this.name, this.constructor, this.selector, this.editor,
    this.retrieveRepository);