PrefixFilterExpression class

A structure representing a prefix (i.e., starts with) filter.

Constructors

PrefixFilterExpression.from(String pattern)
Constructs a new PrefixFilterExpression from given pattern
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toExpression({bool multiLine = false, bool caseSensitive = true, bool unicode = false, bool dotAll = false}) RegExp
Get RegExp expression
toString() String
A string representation of this object.
override

Operators

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

Constants

None → const PrefixFilterExpression
An empty PrefixFilterExpression