CivitaMetadata class

Constructors

CivitaMetadata.fromJson(Map<String, dynamic> json)

Properties

currentPage int
The the current page you are at
latefinal
hashCode int
The hash code for this object.
no setterinherited
nextCursor String?
The id of the first image in the next batch
getter/setter pair
nextPage String?
The url to get the next batch of items
getter/setter pair
pageSize int
The the size of the batch
latefinal
prevPage String?
The url to get the previous batch of items
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItems int
The total number of items available
latefinal
totalPages int
The total number of pages
latefinal

Methods

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

Operators

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