BodyCreateForcedAlignmentV1ForcedAlignmentPost constructor

const BodyCreateForcedAlignmentV1ForcedAlignmentPost({
  1. required String file,
  2. required String text,
  3. bool? enabledSpooledFile,
})

Implementation

const BodyCreateForcedAlignmentV1ForcedAlignmentPost({
  required this.file,
  required this.text,
  this.enabledSpooledFile,
});