Paginatable<ResultType> mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateMetaData<RequestType extends TrayRequest, MetadataType extends TrayRequestMetadata>(RequestType request, dynamic responseJson)
→ dynamic
-
Returns the requests pagination meta information, used for controlling and showing paginated data
-
mergePaginatedResults(ResultType currentData, ResultType newData)
→ ResultType
-
Defines the way paginated results should be combined
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited