Color$json top-level constant

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

Implementation

@$core.Deprecated('Use colorDescriptor instead')
const Color$json = const {
  '1': 'Color',
  '2': const [
    const {'1': 'red', '3': 1, '4': 1, '5': 2, '10': 'red'},
    const {'1': 'green', '3': 2, '4': 1, '5': 2, '10': 'green'},
    const {'1': 'blue', '3': 3, '4': 1, '5': 2, '10': 'blue'},
    const {
      '1': 'alpha',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FloatValue',
      '10': 'alpha'
    },
  ],
};