VideoWithCommentsList constructor Null safety
- {String? total,
- bool paginated = false,
- required List<
VideoWithComments> videos}
Implementation
VideoWithCommentsList({
this.total,
this.paginated = false,
required this.videos,
});
VideoWithCommentsList({
this.total,
this.paginated = false,
required this.videos,
});