NotePagination class

Implemented types

Constructors

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

Properties

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