PaggedResponseMessage<T> class

Constructors

PaggedResponseMessage({required int totalItems, required List<T> items})

Properties

hashCode int
The hash code for this object.
no setteroverride
items List<T>
Agência da Conta Formatos com validação automática(9999-D, 9999)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItems int
Total de items existentes
getter/setter pair
totalItemsReturned int
Total de items retornados
no setter

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 o) bool
The equality operator.
override