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