$DocumentAuthenticityMatchCodeMap top-level constant

Map<DocumentAuthenticityMatchCode, String> const $DocumentAuthenticityMatchCodeMap

Implementation

const $DocumentAuthenticityMatchCodeMap = {
  DocumentAuthenticityMatchCode.match: 'match',
  DocumentAuthenticityMatchCode.partialMatch: 'partial_match',
  DocumentAuthenticityMatchCode.noMatch: 'no_match',
  DocumentAuthenticityMatchCode.noData: 'no_data'
};