DefaultPatternEvaluator class

Evaluates a pattern using a native Pattern instance.

Implemented types

Constructors

DefaultPatternEvaluator(Pattern pattern)
Constructs an instance of the class. The argument pattern must not be null.

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern String
Returns the string representation of the pattern
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasMatch(String input) bool
Evaluates if the the patter has a match with the input
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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