content property

  1. @override
dynamic get content
override

The content of the cue.

The type depends on the track type: typically a String for subtitle/caption tracks, but may be other types for metadata tracks.

Implementation

@override
dynamic get content => _customAttributes;