SceneFilter class abstract

Available extensions
Annotations

Constructors

SceneFilter({String? searchQuery, int? minRating, String? studioId, List<String>? performerIds, List<String>? includeTags, List<String>? excludeTags, bool? isWatched, DateTime? startDate, DateTime? endDate, List<String>? resolutions, List<String>? orientations, int? minDuration, int? maxDuration})
const
factory
SceneFilter.empty()
factory
SceneFilter.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $SceneFilterCopyWith<SceneFilter>
Create a copy of SceneFilter with the given fields replaced by the non-null parameter values.
no setterinherited
endDate DateTime?
no setterinherited
excludeTags List<String>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
includeTags List<String>?
no setterinherited
isWatched bool?
no setterinherited
maxDuration int?
no setterinherited
minDuration int?
no setterinherited
minRating int?
no setterinherited
orientations List<String>?
no setterinherited
performerIds List<String>?
no setterinherited
resolutions List<String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchQuery String?
no setterinherited
startDate DateTime?
no setterinherited
studioId String?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_SceneFilter value)) → TResult

Available on SceneFilter, provided by the SceneFilterPatterns extension

A switch-like method, using callbacks.
mapOrNull<TResult extends Object?>(TResult? $default(_SceneFilter value)?) → TResult?

Available on SceneFilter, provided by the SceneFilterPatterns extension

A variant of map that fallback to returning null.
maybeMap<TResult extends Object?>(TResult $default(_SceneFilter value)?, {required TResult orElse()}) → TResult

Available on SceneFilter, provided by the SceneFilterPatterns extension

A variant of map that fallback to returning orElse.
maybeWhen<TResult extends Object?>(TResult $default(String? searchQuery, int? minRating, String? studioId, List<String>? performerIds, List<String>? includeTags, List<String>? excludeTags, bool? isWatched, DateTime? startDate, DateTime? endDate, List<String>? resolutions, List<String>? orientations, int? minDuration, int? maxDuration)?, {required TResult orElse()}) → TResult

Available on SceneFilter, provided by the SceneFilterPatterns extension

A variant of when that fallback to an orElse callback.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this SceneFilter to a JSON map.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(String? searchQuery, int? minRating, String? studioId, List<String>? performerIds, List<String>? includeTags, List<String>? excludeTags, bool? isWatched, DateTime? startDate, DateTime? endDate, List<String>? resolutions, List<String>? orientations, int? minDuration, int? maxDuration)) → TResult

Available on SceneFilter, provided by the SceneFilterPatterns extension

A switch-like method, using callbacks.
whenOrNull<TResult extends Object?>(TResult? $default(String? searchQuery, int? minRating, String? studioId, List<String>? performerIds, List<String>? includeTags, List<String>? excludeTags, bool? isWatched, DateTime? startDate, DateTime? endDate, List<String>? resolutions, List<String>? orientations, int? minDuration, int? maxDuration)?) → TResult?

Available on SceneFilter, provided by the SceneFilterPatterns extension

A variant of when that fallback to returning null

Operators

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