$LoanIdentifierTypeMap top-level constant

Map<LoanIdentifierType, String> const $LoanIdentifierTypeMap

Implementation

const $LoanIdentifierTypeMap = {
  LoanIdentifierType.lenderloan: 'LenderLoan',
  LoanIdentifierType.universalloan: 'UniversalLoan'
};