CopyWith$Fragment$SceneData<TRes> class abstract

Constructors

CopyWith$Fragment$SceneData(Fragment$SceneData instance, TRes then(Fragment$SceneData))
factory
CopyWith$Fragment$SceneData.stub(TRes res)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
paths CopyWith$Fragment$SceneData$paths<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studio CopyWith$Fragment$SceneData$studio<TRes>
no setter

Methods

call({String? id, String? title, String? date, int? rating100, int? o_counter, bool? organized, bool? interactive, double? resume_time, int? play_count, List<Fragment$SceneData$files>? files, Fragment$SceneData$paths? paths, Fragment$SceneData$studio? studio, List<Fragment$SceneData$performers>? performers, String? $__typename, String? details, List<String>? urls, String? director, List<Fragment$SceneData$tags>? tags}) → TRes
files(Iterable<Fragment$SceneData$files> _fn(Iterable<CopyWith$Fragment$SceneData$files<Fragment$SceneData$files>>)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performers(Iterable<Fragment$SceneData$performers> _fn(Iterable<CopyWith$Fragment$SceneData$performers<Fragment$SceneData$performers>>)) → TRes
tags(Iterable<Fragment$SceneData$tags> _fn(Iterable<CopyWith$Fragment$SceneData$tags<Fragment$SceneData$tags>>)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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