TestResult$json top-level constant

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

Implementation

@$core.Deprecated('Use testResultDescriptor instead')
const TestResult$json = const {
  '1': 'TestResult',
  '2': const [
    const {'1': 'TEST_RESULT_UNSPECIFIED', '2': 0},
    const {'1': 'PASSED', '2': 1},
    const {'1': 'FAILED', '2': 2},
  ],
};