ACRCloudResponseCustomFileItem constructor

const ACRCloudResponseCustomFileItem(
  1. String acrId,
  2. String title,
  3. int durationMs,
  4. int score,
  5. int playOffsetMs,
)

Implementation

const ACRCloudResponseCustomFileItem(
    this.acrId, this.title, this.durationMs, this.score, this.playOffsetMs);