menu
bitmovin_player
bitmovin_player.dart
WarningEvent
WarningEvent const constructor
WarningEvent
dark_mode
light_mode
WarningEvent
constructor
const
WarningEvent
(
{
required
int
?
timestamp
,
required
int
code
,
String
?
message
,
})
Implementation
const WarningEvent({ required super.timestamp, required this.code, this.message, });
bitmovin_player
bitmovin_player
WarningEvent
WarningEvent const constructor
WarningEvent class