FFAxis$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAxisDescriptor instead')
const FFAxis$json = {
  '1': 'FFAxis',
  '2': [
    {'1': 'FF_AXIS_UNDEFINED', '2': 0},
    {'1': 'FF_AXIS_HORIZONTAL', '2': 1},
    {'1': 'FF_AXIS_VERTICAL', '2': 2},
  ],
};