ShapeEntity_ShapeStyle_RGBAColor$json top-level constant

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

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_ShapeStyle_RGBAColor$json = const {
  '1': 'RGBAColor',
  '2': const [
    const {'1': 'r', '3': 1, '4': 1, '5': 2, '10': 'r'},
    const {'1': 'g', '3': 2, '4': 1, '5': 2, '10': 'g'},
    const {'1': 'b', '3': 3, '4': 1, '5': 2, '10': 'b'},
    const {'1': 'a', '3': 4, '4': 1, '5': 2, '10': 'a'},
  ],
};