NamedElementGenerator<T> typedef

NamedElementGenerator<T> = T Function(String name, DOMGenerator<T>? domGenerator, DOMTreeMap<T> treeMap, DOMElement? domParent, Object? parent, String? tag, Map<String, DOMAttribute> attributes)

Implementation

typedef NamedElementGenerator<T> = T Function(
    String name,
    DOMGenerator<T>? domGenerator,
    DOMTreeMap<T> treeMap,
    DOMElement? domParent,
    Object? parent,
    String? tag,
    Map<String, DOMAttribute> attributes);