StringItem class
Simple string item implementation.
- Implemented types
Constructors
- StringItem(String value)
- Creates a string item.
Properties
Methods
-
filterValue(
) → String -
Value used for filtering.
override
-
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