FFClip$json top-level constant

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

Implementation

@$core.Deprecated('Use fFClipDescriptor instead')
const FFClip$json = {
  '1': 'FFClip',
  '2': [
    {'1': 'FF_CLIP_UNDEFINED', '2': 0},
    {'1': 'FF_CLIP_ANTI_ALIAS', '2': 1},
    {'1': 'FF_CLIP_NONE', '2': 2},
  ],
};