IntentView$json top-level constant

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

Implementation

@$core.Deprecated('Use intentViewDescriptor instead')
const IntentView$json = const {
  '1': 'IntentView',
  '2': const [
    const {'1': 'INTENT_VIEW_UNSPECIFIED', '2': 0},
    const {'1': 'INTENT_VIEW_PARTIAL', '2': 1},
    const {'1': 'INTENT_VIEW_FULL', '2': 2},
  ],
};