Fragment$SlimSceneData class

Implementers
Available extensions

Constructors

Fragment$SlimSceneData({required String id, String? title, String? date, int? rating100, int? o_counter, required bool organized, required bool interactive, double? resume_time, int? play_count, required List<Fragment$SlimSceneData$files> files, required Fragment$SlimSceneData$paths paths, Fragment$SlimSceneData$studio? studio, required List<Fragment$SlimSceneData$performers> performers, String $__typename = 'Scene'})
Fragment$SlimSceneData.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Fragment$SlimSceneData<Fragment$SlimSceneData>

Available on Fragment$SlimSceneData, provided by the UtilityExtension$Fragment$SlimSceneData extension

no setter
date String?
final
files List<Fragment$SlimSceneData$files>
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
interactive bool
final
o_counter int?
final
organized bool
final
paths Fragment$SlimSceneData$paths
final
performers List<Fragment$SlimSceneData$performers>
final
play_count int?
final
rating100 int?
final
resume_time double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studio Fragment$SlimSceneData$studio?
final
title String?
final

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.
override