GoogleCloudDialogflowV2FulfillmentFeature.fromJson constructor
GoogleCloudDialogflowV2FulfillmentFeature.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2FulfillmentFeature.fromJson(core.Map json_)
: this(
type: json_.containsKey('type') ? json_['type'] as core.String : null,
);