$WatchlistScreeningHitStatusMap top-level constant

Map<WatchlistScreeningHitStatus, String> const $WatchlistScreeningHitStatusMap

Implementation

const $WatchlistScreeningHitStatusMap = {
  WatchlistScreeningHitStatus.confirmed: 'confirmed',
  WatchlistScreeningHitStatus.pendingReview: 'pending_review',
  WatchlistScreeningHitStatus.dismissed: 'dismissed'
};