UIEdgeInsets$json top-level constant

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

Implementation

@$core.Deprecated('Use uIEdgeInsetsDescriptor instead')
const UIEdgeInsets$json = {
  '1': 'UIEdgeInsets',
  '2': [
    {'1': 'Top', '3': 1, '4': 1, '5': 11, '6': '.UILength', '10': 'Top'},
    {'1': 'Right', '3': 2, '4': 1, '5': 11, '6': '.UILength', '10': 'Right'},
    {'1': 'Bottom', '3': 3, '4': 1, '5': 11, '6': '.UILength', '10': 'Bottom'},
    {'1': 'Left', '3': 4, '4': 1, '5': 11, '6': '.UILength', '10': 'Left'},
  ],
};