anchorTypeEnumMap top-level constant

Map<AnchorType, String> const anchorTypeEnumMap

Implementation

const anchorTypeEnumMap = {
  AnchorType.application: 'APPLICATION',
  AnchorType.account: 'ACCOUNT',
};