FileLinks constructor

const FileLinks({
  1. required List<FileLink> data,
  2. required bool hasMore,
  3. required String url,
})

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,
});