UIBorderStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use uIBorderStyleDescriptor instead')
const UIBorderStyle$json = {
  '1': 'UIBorderStyle',
  '2': [
    {'1': 'UIBORDER_STYLE_UNSPECIFIED', '2': 0},
    {'1': 'UIBORDER_SOLID', '2': 1},
    {'1': 'UIBORDER_DASHED', '2': 2},
    {'1': 'UIBORDER_DOTTED', '2': 3},
  ],
};