VideosWatchedSubSection constructor
VideosWatchedSubSection({
- required String displayName,
- required String id,
- required String totalWatch,
- List<
VideoBlock> videos = const [],
Returns a new VideosWatchedSubSection instance.
Implementation
VideosWatchedSubSection({
required this.displayName,
required this.id,
required this.totalWatch,
this.videos = const [],
});