VideoCategoryListResponse.fromJson constructor

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

Implementation

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