UIBorder$json top-level constant
Implementation
@$core.Deprecated('Use uIBorderDescriptor instead')
const UIBorder$json = {
'1': 'UIBorder',
'2': [
{'1': 'width', '3': 1, '4': 1, '5': 11, '6': '.UILength', '10': 'width'},
{'1': 'color', '3': 2, '4': 1, '5': 11, '6': '.UIColorRef', '10': 'color'},
{
'1': 'style',
'3': 3,
'4': 1,
'5': 14,
'6': '.UIBorderStyle',
'10': 'style'
},
{'1': 'radius', '3': 4, '4': 1, '5': 1, '10': 'radius'},
],
};