PagedDTOQueueDTO class

Constructors

PagedDTOQueueDTO({List<String>? expands, PagedLinkDTO? links, bool? isLastPage, int? limit, int? size, int? start, List<QueueDTO>? values})
PagedDTOQueueDTO.fromJson(Map<String, Object?> json)
factory

Properties

expands List<String>
final
hashCode int
The hash code for this object.
no setterinherited
isLastPage bool
Indicates if this is the last page of records (true) or not (false).
final
limit int?
Number of items to be returned per page, up to the maximum set for these objects in the current implementation.
final
List of the links relating to the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Number of items returned in the page.
final
start int?
Index of the first item returned in the page.
final
values List<QueueDTO>
Details of the items included in the page.
final

Methods

copyWith({List<String>? expands, PagedLinkDTO? links, bool? isLastPage, int? limit, int? size, int? start, List<QueueDTO>? values}) PagedDTOQueueDTO
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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