UIAlignment$json top-level constant

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

Implementation

@$core.Deprecated('Use uIAlignmentDescriptor instead')
const UIAlignment$json = {
  '1': 'UIAlignment',
  '2': [
    {'1': 'UIAlignment_Unknown', '2': 0},
    {'1': 'UIAlignment_TopLeft', '2': 1},
    {'1': 'UIAlignment_TopCenter', '2': 2},
    {'1': 'UIAlignment_TopRight', '2': 3},
    {'1': 'UIAlignment_MiddleLeft', '2': 4},
    {'1': 'UIAlignment_Center', '2': 5},
    {'1': 'UIAlignment_MiddleRight', '2': 6},
    {'1': 'UIAlignment_BottomLeft', '2': 7},
    {'1': 'UIAlignment_BottomCenter', '2': 8},
    {'1': 'UIAlignment_BottomRight', '2': 9},
  ],
};