FinancialConnectionsAccountRefreshOptions constructor

const FinancialConnectionsAccountRefreshOptions({
  1. List<String>? expand,
  2. required List<AccountFeaturesItem> features,
})

Implementation

const FinancialConnectionsAccountRefreshOptions({
  this.expand,
  required this.features,
});