SubstringFilter class

Filter to check for a Substring

Only available with StringDataEntity

Inheritance

Constructors

SubstringFilter({required String fieldId, required StringDataEntity value})
Creates a Filter that checks if the StringDataEntity.schemaValue of value is a substring in a GridField with fieldId
const

Properties

fieldId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
operator → _FieldOperator
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value FilterableMixin
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates a Map Object that can be send to the Backend. (Should be json encoded)
inherited
toString() String
A string representation of this object.
inherited

Operators

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