$DocumentNameMatchCodeMap top-level constant

Map<DocumentNameMatchCode, String> const $DocumentNameMatchCodeMap

Implementation

const $DocumentNameMatchCodeMap = {
  DocumentNameMatchCode.match: 'match',
  DocumentNameMatchCode.partialMatch: 'partial_match',
  DocumentNameMatchCode.noMatch: 'no_match'
};