TTSubtitle constructor

TTSubtitle(
  1. int subtitleId,
  2. String url,
  3. int? expire,
  4. String format,
  5. String? language,
  6. int? languageId,
)

Implementation

TTSubtitle(this.subtitleId, this.url, this.expire, this.format, this.language, this.languageId);