GoogleCloudRetailV2ConversationalSearchResponseRefinedSearch.fromJson constructor

GoogleCloudRetailV2ConversationalSearchResponseRefinedSearch.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2ConversationalSearchResponseRefinedSearch.fromJson(
  core.Map json_,
) : this(query: json_['query'] as core.String?);