SonarrPagedResult<T extends JsonSerializableMixin> class
- Annotations
-
- @Freezed.new(genericArgumentFactories: true, toJson: false)
Constructors
-
SonarrPagedResult({required int page, required int pageSize, String? sortKey, required SonarrSortDirection sortDirection, List<
SonarrFilter> ? filters, required int totalRecords, required List<T> records}) -
constfactory
-
SonarrPagedResult.fromJson(Map<
String, dynamic> json, T fromJsonT(Object?)) -
factory
Properties
-
copyWith
→ $SonarrPagedResultCopyWith<
T, SonarrPagedResult< T> > -
no setterinherited
-
filters
→ List<
SonarrFilter> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- page → int
-
no setterinherited
- pageSize → int
-
no setterinherited
-
records
→ List<
T> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sortDirection → SonarrSortDirection
-
no setterinherited
- sortKey → String?
-
no setterinherited
- totalRecords → int
-
no setterinherited
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