OverseerrPageInfo class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

OverseerrPageInfo({int? pages, int? pageSize, int? results, int? page})
OverseerrPageInfo.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a OverseerrPageInfo object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
page int?
getter/setter pair
pages int?
getter/setter pair
pageSize int?
getter/setter pair
results int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a OverseerrPageInfo object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

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