UIFlowComponent$json top-level constant

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

Implementation

@$core.Deprecated('Use uIFlowComponentDescriptor instead')
const UIFlowComponent$json = {
  '1': 'UIFlowComponent',
  '2': [
    {'1': 'ItemWidth', '3': 1, '4': 1, '5': 1, '10': 'ItemWidth'},
    {'1': 'Gap', '3': 2, '4': 1, '5': 1, '10': 'Gap'},
    {
      '1': 'Children',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Children'
    },
  ],
};