BodyCreateForcedAlignmentV1ForcedAlignmentPost class

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

Constructors

BodyCreateForcedAlignmentV1ForcedAlignmentPost({required String file, required String text, bool? enabledSpooledFile})
const
BodyCreateForcedAlignmentV1ForcedAlignmentPost.fromJson(Map<String, dynamic> json)
factory

Properties

enabledSpooledFile bool?
final
file String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final

Methods

copyWith({String? file, String? text, bool? enabledSpooledFile}) BodyCreateForcedAlignmentV1ForcedAlignmentPost

Available on BodyCreateForcedAlignmentV1ForcedAlignmentPost, provided by the $BodyCreateForcedAlignmentV1ForcedAlignmentPostExtension extension

copyWithWrapped({Wrapped<String>? file, Wrapped<String>? text, Wrapped<bool?>? enabledSpooledFile}) BodyCreateForcedAlignmentV1ForcedAlignmentPost

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