Fragment$SceneData constructor
Fragment$SceneData({ - 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$SceneData$files> files,
- required Fragment$SceneData$paths paths,
- Fragment$SceneData$studio? studio,
- required List<Fragment$SceneData$performers> performers,
- String $__typename = 'Scene',
- String? details,
- required List<String> urls,
- String? director,
- required List<Fragment$SceneData$tags> tags,
})
Implementation
Fragment$SceneData({
required this.id,
this.title,
this.date,
this.rating100,
this.o_counter,
required this.organized,
required this.interactive,
this.resume_time,
this.play_count,
required this.files,
required this.paths,
this.studio,
required this.performers,
this.$__typename = 'Scene',
this.details,
required this.urls,
this.director,
required this.tags,
});