$TransferIntentStatusMap top-level constant

Map<TransferIntentStatus, String> const $TransferIntentStatusMap

Implementation

const $TransferIntentStatusMap = {
  TransferIntentStatus.pending: 'PENDING',
  TransferIntentStatus.succeeded: 'SUCCEEDED',
  TransferIntentStatus.failed: 'FAILED'
};