FileLink constructor
const
FileLink({})
FileLink
To share the contents of a `File` object with non-Stripe users, you can create a `FileLink`. `FileLink`s contain a URL that you can use to retrieve the contents of the file without authentication.
Implementation
const FileLink({
required this.created,
required this.expired,
this.expiresAt,
required this.file,
required this.id,
required this.livemode,
required this.metadata,
this.url,
});