FetchedIndex.fromJson constructor

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

Implementation

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