PagedCustomObjectResult class

Inheritance

Constructors

PagedCustomObjectResult(String rawResponse)

Properties

className String?
getter/setter pair
currentPage int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
items List<CubeCustomObject>
getter/setter pairinherited
limit int?
getter/setter pairinherited
perPage int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip int?
getter/setter pairinherited
totalEntries int?
getter/setter pairinherited

Methods

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

Operators

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