EntityType_AutoExpansionMode$json top-level constant

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

Implementation

@$core.Deprecated('Use entityTypeDescriptor instead')
const EntityType_AutoExpansionMode$json = const {
  '1': 'AutoExpansionMode',
  '2': const [
    const {'1': 'AUTO_EXPANSION_MODE_UNSPECIFIED', '2': 0},
    const {'1': 'AUTO_EXPANSION_MODE_DEFAULT', '2': 1},
  ],
};