LoginLink constructor

const LoginLink({
  1. required DateTime created,
  2. required String url,
})

LoginLink

Login Links are single-use login link for an Express account to access their Stripe dashboard.

Implementation

const LoginLink({
  required this.created,
  required this.url,
});