SimpleProperty class
Contains information about a specific property of a tag.
- Implementers
Constructors
- SimpleProperty(String name, dynamic value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name of the property. href="http://www.example.com" would have a name of
"href"
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
Value of the property. href="http://www.example.com" would have a value of
"http://www.example.com"
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHtml(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited