LesserThanFilter class

Filter to check if a value is lesser than value

Inheritance

Constructors

LesserThanFilter({required String fieldId, required ComparableFilterableMixin value})
Creates a Filter that checks if value is lesser than the 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