VideoEvent constructor
const
VideoEvent({
- required VideoEventType type,
- Map<
String, dynamic> ? data, - String? error,
Implementation
const VideoEvent({required this.type, this.data, this.error});