$WebhookTypeMap top-level constant

Map<WebhookType, String> const $WebhookTypeMap

Implementation

const $WebhookTypeMap = {
  WebhookType.auth: 'AUTH',
  WebhookType.holdings: 'HOLDINGS',
  WebhookType.investmentsTransactions: 'INVESTMENTS_TRANSACTIONS',
  WebhookType.item: 'ITEM',
  WebhookType.liabilities: 'LIABILITIES',
  WebhookType.transactions: 'TRANSACTIONS'
};