Sample$json top-level constant

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

Implementation

@$core.Deprecated('Use sampleDescriptor instead')
const Sample$json = {
  '1': 'Sample',
  '2': [
    {'1': 'Random', '2': 0},
  ],
};