*<Null safety>*
A Property
holding a String
.
Only Node.stringProperty() can create this object.
Constructors
Creates a StringProperty that does nothing.
Properties
hashCode → int
The hash code for this object. ...
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
valid → bool
Returns true only if this Property
is present in underlying storage.
read-only, inherited
Methods
delete() void
Deletes this Property
from underlying storage.
Calls on a deleted Property
have no effect and do not result in an
error.
inherited
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed. ...
inherited
setValue(String value) void
Sets the value of this Property
.
inherited
toString() String
Returns a string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator. ...
inherited