CharacterPredicate class Null safety
Abstract character predicate class.
Constructors
- CharacterPredicate()
-
const
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
Methods
-
isEqualTo(
CharacterPredicate other) → bool - Compares the two predicates for equality.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
test(
int value) → bool - Tests if the character predicate is satisfied.
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited