PageOfStatuses class

Constructors

PageOfStatuses({bool? isLast, int? maxResults, String? nextPage, String? self, int? startAt, int? total, List<JiraStatus>? values})
PageOfStatuses.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isLast bool
Whether this is the last page.
final
maxResults int?
The maximum number of items that could be returned.
final
nextPage String?
The URL of the next page of results, if any.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of this page.
final
startAt int?
The index of the first item returned on the page.
final
total int?
Number of items that satisfy the search.
final
values List<JiraStatus>
The list of items.
final

Methods

copyWith({bool? isLast, int? maxResults, String? nextPage, String? self, int? startAt, int? total, List<JiraStatus>? values}) PageOfStatuses
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