AssignmentFailure_Cause$json top-level constant

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

Implementation

@$core.Deprecated('Use assignmentFailureDescriptor instead')
const AssignmentFailure_Cause$json = const {
  '1': 'Cause',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'TICKET_NOT_FOUND', '2': 1},
  ],
};