EditAtom class

Edit atom.

Constructors

EditAtom({String? endTimeOffset, List<String>? inputs, String? key, String? startTimeOffset})
EditAtom.fromJson(Map json_)

Properties

endTimeOffset String?
End time in seconds for the atom, relative to the input file timeline.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputs List<String>?
List of Input.key values identifying files that should be used in this atom.
getter/setter pair
key String?
A unique key for this atom.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimeOffset String?
Start time in seconds for the atom, relative to the input file timeline.
getter/setter pair

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