FilteredListRange class

force the scope of the list

Constructors

FilteredListRange(int _from, int _to)
Used as getRange(from, to)

Properties

from int
The starting index of the range.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to int
The end index of the range.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setRange(int from, int to) → void
Set the range of the list. If from and to are set on a page-by-page basis, pagination can be used.
toString() String
A string representation of this object.
inherited

Operators

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