l10n property

String get l10n

Returns a l10n key label associated with this WithdrawalOption.

Implementation

String get l10n => switch (this) {
  .usdt => 'label_usdt'.l10n,
  .paypal => 'label_paypal'.l10n,
  .monobank => 'label_monobank'.l10n,
  .sepa => 'label_sepa_transfer'.l10n,
};