PlacePagination class

Implemented types

Constructors

PlacePagination({int? limit, int? page, int? pages, int? total, PaginationLinks? links, PlaceCollection? embedded})
Returns a new PlacePagination instance.

Properties

embedded PlaceCollection?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
limit int?
getter/setter pairoverride
getter/setter pairoverride
page int?
getter/setter pairoverride
pages int?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int?
getter/setter pairoverride

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic>? json) PlacePagination?
Returns a new PlacePagination instance and imports its values from json if it's non-null, null if json is null.
override
listFromJson(List? json) List<PlacePagination>
override
mapFromJson(Map<String, dynamic>? json) Map<String, PlacePagination>
override
mapListFromJson(Map<String, dynamic>? json) Map<String, List<PlacePagination>>
override