FileLinkData constructor
file_link_creation_params
Optional parameters that automatically create a [file link](https://stripe.com/docs/api#file_links) for the newly created file.
Implementation
const FileLinkData({
required this.create,
this.expiresAt,
this.metadata,
});