SubtitleSource constructor
const
SubtitleSource({
- required String path,
- String? languageCode,
- String? name,
- SubtitleSourceType type = SubtitleSourceType.file,
Implementation
const SubtitleSource({
required this.path,
this.languageCode,
this.name,
this.type = SubtitleSourceType.file,
});