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