FeedbackPagination class

Implemented types

Constructors

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

Properties

embedded FeedbackCollection?
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) FeedbackPagination?
Returns a new FeedbackPagination instance and imports its values from json if it's non-null, null if json is null.
override
listFromJson(List? json) List<FeedbackPagination>
override
mapFromJson(Map<String, dynamic>? json) Map<String, FeedbackPagination>
override
mapListFromJson(Map<String, dynamic>? json) Map<String, List<FeedbackPagination>>
override