GoogleCloudDialogflowCxV3TestRunDifference.fromJson constructor

GoogleCloudDialogflowCxV3TestRunDifference.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3TestRunDifference.fromJson(core.Map json_)
    : this(
        description: json_['description'] as core.String?,
        type: json_['type'] as core.String?,
      );