AccountLink constructor
AccountLink
Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding. Related guide: [Connect Onboarding](https://stripe.com/docs/connect/custom/hosted-onboarding)
Implementation
const AccountLink({
required this.created,
required this.expiresAt,
required this.url,
});