UIInlineStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use uIInlineStyleDescriptor instead')
const UIInlineStyle$json = {
  '1': 'UIInlineStyle',
  '2': [
    {'1': 'Size', '3': 1, '4': 1, '5': 14, '6': '.UITextSize', '10': 'Size'},
    {'1': 'Bold', '3': 2, '4': 1, '5': 8, '10': 'Bold'},
    {'1': 'Italic', '3': 3, '4': 1, '5': 8, '10': 'Italic'},
    {'1': 'Underline', '3': 4, '4': 1, '5': 8, '10': 'Underline'},
    {'1': 'Strike', '3': 5, '4': 1, '5': 8, '10': 'Strike'},
    {'1': 'Code', '3': 6, '4': 1, '5': 8, '10': 'Code'},
    {'1': 'Superscript', '3': 7, '4': 1, '5': 8, '10': 'Superscript'},
    {'1': 'Subscript', '3': 8, '4': 1, '5': 8, '10': 'Subscript'},
    {'1': 'Color', '3': 9, '4': 1, '5': 11, '6': '.UIColorRef', '10': 'Color'},
    {
      '1': 'Background',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.UIColorRef',
      '10': 'Background'
    },
    {'1': 'FontSizeScale', '3': 11, '4': 1, '5': 1, '10': 'FontSizeScale'},
  ],
};