Tag class abstract
A tag.
Constructors
- Tag()
Properties
- hasClosing → bool
-
Whether this tag requires a closing tag, such as
[/if]
.no setter - hasContent → bool
-
Whether this tag generates any content to the response's output.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The tag name.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
begin(
TagContext context, String data) → void - Called when the beginning of a tag is encountered.
-
end(
TagContext context) → void - Called when the ending of a tag is encountered.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited