SubtitleEditor class
Constructors
- SubtitleEditor.new({required AssParser parser, dynamic onChange})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxConcurrentTasks → int
-
final
- runningTasks ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
{required ActionType type, required dynamic value, required String id}) → dynamic -
copy(
dynamic entries) → dynamic -
cut(
dynamic entries) → dynamic -
export(
) → dynamic -
getComment(
String id) → dynamic -
getComments(
) → dynamic -
getDialog(
String id) → dynamic -
getDialogs(
) → dynamic -
getMetadata(
) → dynamic -
getMetadataKey(
String id) → dynamic -
getState(
) → dynamic -
getStyle(
String id) → dynamic -
getStyles(
) → dynamic -
history(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paste(
int position) → dynamic -
redo(
) → dynamic -
remove(
{required ActionType type, required String id}) → dynamic -
stack(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
undo(
) → dynamic -
update(
{required ActionType type, required dynamic value, required String id}) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited