ElasticResponse.fromJson constructor

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

Implementation

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