menu
snowplow_tracker package
documentation
events/media_error_event.dart
MediaErrorEvent
MediaErrorEvent const constructor
MediaErrorEvent const constructor
dark_mode
light_mode
MediaErrorEvent
constructor
const
MediaErrorEvent
(
{
String
?
errorCode
,
String
?
errorName
,
String
?
errorDescription
,
})
Implementation
const MediaErrorEvent( {this.errorCode, this.errorName, this.errorDescription});
snowplow_tracker package
documentation
events/media_error_event
MediaErrorEvent
MediaErrorEvent const constructor
MediaErrorEvent class