menu
bitmovin_player
bitmovin_player.dart
PlayingEvent
PlayingEvent const constructor
PlayingEvent
dark_mode
light_mode
PlayingEvent
constructor
const
PlayingEvent
(
{
required
double
time
,
required
int
?
timestamp
,
})
Implementation
const PlayingEvent({ required this.time, required super.timestamp, });
bitmovin_player
bitmovin_player
PlayingEvent
PlayingEvent const constructor
PlayingEvent class