CharacterPredicate class abstract

Abstract class for character predicates.

Annotations
  • @immutable

Constructors

CharacterPredicate.new()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEqualTo(CharacterPredicate other) bool
Compares the predicate and other for equality.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
test(int charCode) bool
Tests if the charCode satisfies the predicate.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited