DebugTag class
Implementation of the {@debug x1, x2, ...}
tag.
Properties
-
expressions
← List<
Object?> -
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceLocation → String
-
A textual description of the source location where this
{@debug}
tag occurs.final -
variableNames
→ List<
String> -
The variable names watched in this debug tag.
final
Methods
-
create(
Element target, [Node? anchor]) → void -
Synchronously creates child nodes and inserts them into the document.
override
-
destroy(
) → void -
Synchronously removes nodes managed by this component from the document
and disposes resources potentially held by this fragment.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
int delta) → void -
Synchronously applies updates to the DOM subtree managed by this fragment.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited