PageOfChangelogs class

A page of changelogs.

Constructors

PageOfChangelogs({List<Changelog>? histories, int? maxResults, int? startAt, int? total})
PageOfChangelogs.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
histories List<Changelog>
The list of changelogs.
final
maxResults int?
The maximum number of results that could be on the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt int?
The index of the first item returned on the page.
final
total int?
The number of results on the page.
final

Methods

copyWith({List<Changelog>? histories, int? maxResults, int? startAt, int? total}) PageOfChangelogs
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