Intent_Message_RbmStandaloneCard_CardOrientation$json top-level constant

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

Implementation

@$core.Deprecated('Use intentDescriptor instead')
const Intent_Message_RbmStandaloneCard_CardOrientation$json = const {
  '1': 'CardOrientation',
  '2': const [
    const {'1': 'CARD_ORIENTATION_UNSPECIFIED', '2': 0},
    const {'1': 'HORIZONTAL', '2': 1},
    const {'1': 'VERTICAL', '2': 2},
  ],
};