ElementGeneratorFunctions<T> constructor
ElementGeneratorFunctions<T> (
- String tag,
- ElementGeneratorFunction<
T> generator, { - ElementRevertFunction<
T> ? reverter, - ElementGeneratedMatchingFunction? elementMatcher,
- bool hasChildrenElements = true,
- bool usesContentHolder = true,
Implementation
ElementGeneratorFunctions(this.tag, this.generator,
{this.reverter,
this.elementMatcher,
this.hasChildrenElements = true,
this.usesContentHolder = true});