Script$json top-level constant

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

Implementation

@$core.Deprecated('Use scriptDescriptor instead')
const Script$json = const {
  '1': 'Script',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'blocks', '3': 3, '4': 3, '5': 11, '6': '.wikibulary.langs.Script.Block', '10': 'blocks'},
    const {'1': 'unicode_chars', '3': 4, '4': 1, '5': 9, '10': 'unicodeChars'},
    const {'1': 'id_alias', '3': 5, '4': 3, '5': 9, '10': 'idAlias'},
    const {'1': 'used', '3': 6, '4': 1, '5': 8, '10': 'used'},
  ],
  '3': const [Script_Block$json],
};