SearchListResponse.fromJson constructor

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

Implementation

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