TextSpan$json top-level constant

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

Implementation

@$core.Deprecated('Use textSpanDescriptor instead')
const TextSpan$json = const {
  '1': 'TextSpan',
  '2': const [
    const {'1': 'content', '3': 1, '4': 1, '5': 9, '10': 'content'},
    const {'1': 'begin_offset', '3': 2, '4': 1, '5': 5, '10': 'beginOffset'},
  ],
};