Tag class

Constructors

Tag({required String name, required int symbol, String? type, String? body, int? line})

Properties

attributes Map<String, TagAttribute>
no setter
body String?
no setter
childs List<Tag>
no setter
hashCode int
The hash code for this object.
no setterinherited
line int?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol int?
no setter
type String?
no setter

Methods

addAttr(TagAttribute? attr) → dynamic
addChild(Tag child) → dynamic
attrValue(String name) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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