Node class abstract

Implementers

Constructors

Node(Container container, String tag, String name, dynamic manifest)

Properties

container Container
final
hashCode int
The hash code for this object.
no setterinherited
manifest → dynamic
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

embed(Object node) → void
Adds an embedded node to output its code
include(String filename, String name) → void
Adds a reference to import from another file
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output() List<String>
Return resulting code, must be overridden.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromEntry(Container container, MapEntry<String, dynamic> entry) Node
Try to create a Node instance of corresponding type