ErrorDetail$json top-level constant

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

Implementation

@$core.Deprecated('Use errorDetailDescriptor instead')
const ErrorDetail$json = const {
  '1': 'ErrorDetail',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
  ],
};