DocumentationRule$json top-level constant

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

Implementation

@$core.Deprecated('Use documentationRuleDescriptor instead')
const DocumentationRule$json = const {
  '1': 'DocumentationRule',
  '2': const [
    const {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'deprecation_description', '3': 3, '4': 1, '5': 9, '10': 'deprecationDescription'},
  ],
};