PaginatedVideos.fromJson constructor

PaginatedVideos.fromJson(
  1. Map<String, dynamic> json
)

Creates a paginated list of VideoFulls from a JSON object.

Implementation

factory PaginatedVideos.fromJson(
  Map<String, dynamic> json,
) =>
    _$PaginatedVideosFromJson(json);