AllSearchResponse.fromJson constructor

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

Implementation

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