CharacterAlignmentResponseModel class

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

Constructors

CharacterAlignmentResponseModel({required List<String> characters, required List<double> characterStartTimesSeconds, required List<double> characterEndTimesSeconds})
const
CharacterAlignmentResponseModel.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}) CharacterAlignmentResponseModel

Available on CharacterAlignmentResponseModel, provided by the $CharacterAlignmentResponseModelExtension extension

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

Available on CharacterAlignmentResponseModel, provided by the $CharacterAlignmentResponseModelExtension 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 CharacterAlignmentResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(CharacterAlignmentResponseModel instance)