ElementGeneratorFunction<T> typedef
ElementGeneratorFunction<T> =
T Function(DOMGenerator<T> domGenerator, String? tag, T? parent, Map<String, DOMAttribute> attributes, T? contentHolder, List<DOMNode> ? contentNodes, DOMContext<T> ? context)
Implementation
typedef ElementGeneratorFunction<T> = T Function(
DOMGenerator<T> domGenerator,
String? tag,
T? parent,
Map<String, DOMAttribute> attributes,
T? contentHolder,
List<DOMNode>? contentNodes,
DOMContext<T>? context);