TestRunDifference_DiffType$json top-level constant

  1. @Deprecated('Use testRunDifferenceDescriptor instead')
Map<String, Object> const TestRunDifference_DiffType$json

Implementation

@$core.Deprecated('Use testRunDifferenceDescriptor instead')
const TestRunDifference_DiffType$json = const {
  '1': 'DiffType',
  '2': const [
    const {'1': 'DIFF_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'INTENT', '2': 1},
    const {'1': 'PAGE', '2': 2},
    const {'1': 'PARAMETERS', '2': 3},
    const {'1': 'UTTERANCE', '2': 4},
  ],
};