GoogleCloudRetailV2ConditionQueryTerm.fromJson constructor

GoogleCloudRetailV2ConditionQueryTerm.fromJson(
  1. Map json_
)

Implementation

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