DownloadsMeta.fromJson constructor

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

Implementation

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