ReactionType$json top-level constant

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

Implementation

@$core.Deprecated('Use reactionTypeDescriptor instead')
const ReactionType$json = {
  '1': 'ReactionType',
  '2': [
    {'1': 'REACTION_TYPE_NONE', '2': 0},
    {'1': 'REACTION_TYPE_LIKE', '2': 1},
    {'1': 'REACTION_TYPE_RECAST', '2': 2},
  ],
};