VideoEvent constructor

const VideoEvent({
  1. required VideoEventType type,
  2. Map<String, dynamic>? data,
  3. String? error,
})

Implementation

const VideoEvent({required this.type, this.data, this.error});