VideoResponseData constructor

const VideoResponseData({
  1. String? id,
  2. String? streamId,
  3. String? userId,
  4. String? userLogin,
  5. String? userName,
  6. String? title,
  7. String? description,
  8. String? createdAt,
  9. String? publishedAt,
  10. String? url,
  11. String? thumbnailUrl,
  12. String? viewable,
  13. int? viewCount,
  14. String? language,
  15. String? type,
  16. String? duration,
  17. List<MutedSegments>? mutedSegments,
})

Implementation

const factory VideoResponseData({
  String? id,
  String? streamId,
  String? userId,
  String? userLogin,
  String? userName,
  String? title,
  String? description,
  String? createdAt,
  String? publishedAt,
  String? url,
  String? thumbnailUrl,
  String? viewable,
  int? viewCount,
  String? language,
  String? type,
  String? duration,
  List<MutedSegments>? mutedSegments,
}) = _VideoResponseData;