HugeListViewControllerValue class

Constructors

HugeListViewControllerValue(int totalItemCount, bool doReload, bool doInvalidateList, bool reloadPage)
const

Properties

doInvalidateList bool
final
doReload bool
final
hashCode int
The hash code for this object.
no setteroverride
reloadPage bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItemCount int
final

Methods

copyWith({int? totalItemCount, bool? doReload, bool? doInvalidateList, bool? reloadPage}) HugeListViewControllerValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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