ConstructorGeneratorFactory typedef

ConstructorGeneratorFactory = ConstructorGenerator Function(Element element)

Creates a ConstructorGenerator from an Element.

Implementation

typedef ConstructorGeneratorFactory = ConstructorGenerator Function(
  Element element,
);