GoogleCloudRetailV2ConditionQueryTerm.fromJson constructor
GoogleCloudRetailV2ConditionQueryTerm.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2ConditionQueryTerm.fromJson(core.Map json_)
: this(
fullMatch: json_['fullMatch'] as core.bool?,
value: json_['value'] as core.String?,
);