FFBoxShape$json top-level constant

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

Implementation

@$core.Deprecated('Use fFBoxShapeDescriptor instead')
const FFBoxShape$json = {
  '1': 'FFBoxShape',
  '2': [
    {'1': 'FF_BOX_SHAPE_UNDEFINED', '2': 0},
    {'1': 'FF_BOX_SHAPE_RECTANGLE', '2': 1},
    {'1': 'FF_BOX_SHAPE_CIRCLE', '2': 2},
  ],
};