files property
inherited
Implementation
String get id; String get title; String? get details; String? get path; DateTime get date; int? get rating100;@JsonKey(name: 'o_counter') int get oCounter; bool get organized; bool get interactive;@JsonKey(name: 'resume_time') double? get resumeTime;@JsonKey(name: 'play_count') int get playCount; List<SceneFile> get files;