TypedAttributeValueRange class

A range of attribute values. For more information, see Range Filters.

Constructors

TypedAttributeValueRange({required RangeMode endMode, required RangeMode startMode, TypedAttributeValue? endValue, TypedAttributeValue? startValue})

Properties

endMode RangeMode
The inclusive or exclusive range end.
final
endValue TypedAttributeValue?
The attribute value to terminate the range at.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startMode RangeMode
The inclusive or exclusive range start.
final
startValue TypedAttributeValue?
The value to start the range at.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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