SceneRepository class abstract

Implementers

Constructors

SceneRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findScenes({int? page, int? perPage, String? filter, String? sort, bool descending = true, bool? organized, bool? performerFavorite, String? performerId, String? studioId, String? tagId, SceneFilter? sceneFilter}) Future<List<Scene>>
getSceneById(String id) Future<Scene>
incrementSceneOCounter(String id) Future<void>
incrementScenePlayCount(String id) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSceneRating(String id, int rating100) Future<void>

Operators

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