CharacterAlignmentModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

CharacterAlignmentModel({required List<String> characters, required List<double> characterStartTimesSeconds, required List<double> characterEndTimesSeconds})
const
CharacterAlignmentModel.fromJson(Map<String, dynamic> json)
factory

Properties

characterEndTimesSeconds List<double>
final
characters List<String>
final
characterStartTimesSeconds List<double>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<String>? characters, List<double>? characterStartTimesSeconds, List<double>? characterEndTimesSeconds}) CharacterAlignmentModel

Available on CharacterAlignmentModel, provided by the $CharacterAlignmentModelExtension extension

copyWithWrapped({Wrapped<List<String>>? characters, Wrapped<List<double>>? characterStartTimesSeconds, Wrapped<List<double>>? characterEndTimesSeconds}) CharacterAlignmentModel

Available on CharacterAlignmentModel, provided by the $CharacterAlignmentModelExtension extension

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

Operators

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

Constants

fromJsonFactory → const CharacterAlignmentModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(CharacterAlignmentModel instance)