EntityType_Kind$json top-level constant

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

Implementation

@$core.Deprecated('Use entityTypeDescriptor instead')
const EntityType_Kind$json = const {
  '1': 'Kind',
  '2': const [
    const {'1': 'KIND_UNSPECIFIED', '2': 0},
    const {'1': 'KIND_MAP', '2': 1},
    const {'1': 'KIND_LIST', '2': 2},
    const {'1': 'KIND_REGEXP', '2': 3},
  ],
};