FileLinks constructor
FileResourceFileLinkList
A list of [file links](https://stripe.com/docs/api#file_links) that point at this file.
Implementation
const FileLinks({
required this.data,
required this.hasMore,
required this.url,
});
FileResourceFileLinkList
A list of [file links](https://stripe.com/docs/api#file_links) that point at this file.
const FileLinks({
required this.data,
required this.hasMore,
required this.url,
});