CustomClass_State$json top-level constant

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

Implementation

@$core.Deprecated('Use customClassDescriptor instead')
const CustomClass_State$json = {
  '1': 'State',
  '2': [
    {'1': 'STATE_UNSPECIFIED', '2': 0},
    {'1': 'ACTIVE', '2': 2},
    {'1': 'DELETED', '2': 4},
  ],
};