Agent_MatchMode$json top-level constant

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

Implementation

@$core.Deprecated('Use agentDescriptor instead')
const Agent_MatchMode$json = const {
  '1': 'MatchMode',
  '2': const [
    const {'1': 'MATCH_MODE_UNSPECIFIED', '2': 0},
    const {'1': 'MATCH_MODE_HYBRID', '2': 1},
    const {'1': 'MATCH_MODE_ML_ONLY', '2': 2},
  ],
};