ListResponse<T> class

Inheritance

Constructors

ListResponse({required int totalCount, required List<T> items, required Iterable<GroupResult> groups, required Iterable<AggregateResult> aggregates})
const
ListResponse.fromJson(Map<String, dynamic> json, T objectMapper(Map<String, dynamic>))
factory

Properties

aggregates Iterable<AggregateResult>
final
groups Iterable<GroupResult>
final
hashCode int
The hash code for this object.
no setteroverride
items List<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
finalinherited

Methods

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