Fragment$SceneData$files class

Implemented types
Available extensions

Constructors

Fragment$SceneData$files({required String path, required double duration, String $__typename = 'VideoFile', required String basename, required String format, required int width, required int height, required String video_codec, required String audio_codec, required int bit_rate, required double frame_rate})
Fragment$SceneData$files.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
audio_codec String
final
basename String
final
bit_rate int
final
copyWith CopyWith$Fragment$SceneData$files<Fragment$SceneData$files>

Available on Fragment$SceneData$files, provided by the UtilityExtension$Fragment$SceneData$files extension

no setter
copyWith CopyWith$Fragment$SlimSceneData$files<Fragment$SlimSceneData$files>

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

no setter
duration double
final
format String
final
frame_rate double
final
hashCode int
The hash code for this object.
no setteroverride
height int
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video_codec String
final
width int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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