GridVideoEvent constructor

const GridVideoEvent({
  1. required GridVideoEventType type,
  2. String? videoId,
  3. Map<String, dynamic>? data,
  4. String? error,
  5. int? errorCode,
  6. bool? isLike,
  7. String? itemId,
  8. String? title,
})

Implementation

const GridVideoEvent({
  required this.type,
  this.videoId,
  this.data,
  this.error,
  this.errorCode,
  this.isLike,
  this.itemId,
  this.title,
});