FFIndicatorPosition$json top-level constant

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

Implementation

@$core.Deprecated('Use fFIndicatorPositionDescriptor instead')
const FFIndicatorPosition$json = {
  '1': 'FFIndicatorPosition',
  '2': [
    {'1': 'FF_INDICATOR_POSITION_UNDEFINED', '2': 0},
    {'1': 'TOP_LEFT', '2': 1},
    {'1': 'TOP_CENTER', '2': 2},
    {'1': 'TOP_RIGHT', '2': 3},
    {'1': 'BOTTOM_LEFT', '2': 4},
    {'1': 'BOTTOM_CENTER', '2': 5},
    {'1': 'BOTTOM_RIGHT', '2': 6},
  ],
};