BlockIDFlag$json top-level constant

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

Implementation

@$core.Deprecated('Use blockIDFlagDescriptor instead')
const BlockIDFlag$json = const {
  '1': 'BlockIDFlag',
  '2': const [
    const {'1': 'BLOCK_ID_FLAG_UNKNOWN', '2': 0, '3': const {}},
    const {'1': 'BLOCK_ID_FLAG_ABSENT', '2': 1, '3': const {}},
    const {'1': 'BLOCK_ID_FLAG_COMMIT', '2': 2, '3': const {}},
    const {'1': 'BLOCK_ID_FLAG_NIL', '2': 3, '3': const {}},
  ],
  '3': const {},
};