FinancialConnectionsAccountRefreshOptions constructor
const
FinancialConnectionsAccountRefreshOptions({
- List<
String> ? expand, - required List<
AccountFeaturesItem> features,
Implementation
const FinancialConnectionsAccountRefreshOptions({
this.expand,
required this.features,
});