CommentNode class

它是节点之间的注释 它是一个注释,可以放在元素之间,

Inheritance

Constructors

CommentNode(String? text)

Properties

attributes List<Attribute>?
getter/setter pairinherited
children List<Node>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
getter/setter pairinherited
text String?
getter/setter pairoverride
type String?
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toMarKup() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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