CollectionResult class

Constructors

CollectionResult({int? page, int? perPage, List<Collection>? collections, int? totalResults, String? nextPage, String? prevPage})
Named ConstructorsCollectionResult with required params
CollectionResult.fromJson(Map<String, dynamic> json)
CollectionResult.fromJson Mapping object to CollectionResult
factory

Properties

collections List<Collection>?
An array of Collection objects.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextPage String?
The nextPage URL for the next page of results, if applicable.
getter/setter pair
page int?
The current page number.
getter/setter pair
perPage int?
The perPage number of results returned with each page.
getter/setter pair
prevPage String?
The prevPage URL for the previous page of results, if applicable.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalResults int?
The totalResults total number of results for the request..
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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