VideoProps constructor

const VideoProps({
  1. String? id,
  2. String? userId,
  3. String? gameId,
  4. String? language,
  5. String? period,
  6. String? sort,
  7. String? type,
  8. String? first,
  9. String? after,
  10. String? before,
})

Implementation

const factory VideoProps({
  String? id,
  String? userId,
  String? gameId,
  String? language,
  String? period,
  String? sort,
  String? type,
  String? first,
  String? after,
  String? before,
}) = _VideoProps;