AccountLinkCreateOptions constructor
const
AccountLinkCreateOptions({
- required String account,
- AccountLinkCollect? collect,
- AccountLinkCollectionOptions? collectionOptions,
- List<
String> ? expand, - String? refreshUrl,
- String? returnUrl,
- required AccountLinkType type,
Implementation
const AccountLinkCreateOptions({
required this.account,
this.collect,
this.collectionOptions,
this.expand,
this.refreshUrl,
this.returnUrl,
required this.type,
});