PageOfDashboards class

A page containing dashboard details.

Constructors

PageOfDashboards({List<Dashboard>? dashboards, int? maxResults, String? next, String? prev, int? startAt, int? total})
PageOfDashboards.fromJson(Map<String, Object?> json)
factory

Properties

dashboards List<Dashboard>
List of dashboards.
final
hashCode int
The hash code for this object.
no setterinherited
maxResults int?
The maximum number of results that could be on the page.
final
next String?
The URL of the next page of results, if any.
final
prev String?
The URL of the previous page of results, if any.
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<Dashboard>? dashboards, int? maxResults, String? next, String? prev, int? startAt, int? total}) PageOfDashboards
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