LengthOp$json top-level constant

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

Implementation

@$core.Deprecated('Use lengthOpDescriptor instead')
const LengthOp$json = const {
  '1': 'LengthOp',
  '2': const [
    const {'1': 'NO_PREFIX', '2': 0},
    const {'1': 'VAR_PROTO', '2': 1},
    const {'1': 'VAR_RLP', '2': 2},
    const {'1': 'FIXED32_BIG', '2': 3},
    const {'1': 'FIXED32_LITTLE', '2': 4},
    const {'1': 'FIXED64_BIG', '2': 5},
    const {'1': 'FIXED64_LITTLE', '2': 6},
    const {'1': 'REQUIRE_32_BYTES', '2': 7},
    const {'1': 'REQUIRE_64_BYTES', '2': 8},
  ],
};