SubtitleAttribute constructor
const
SubtitleAttribute({
- required SubtitleAttrType attrType,
- required int startTime,
- required int stopTime,
- required Object attrValue,
Creates a new instance of SubtitleAttribute.
Implementation
const SubtitleAttribute({
required this.attrType,
required this.startTime,
required this.stopTime,
required this.attrValue,
});