FileLinkUpdateOptions constructor

const FileLinkUpdateOptions({
  1. List<String>? expand,
  2. FileLinkExpiresAt? expiresAt,
  3. Map<String, String>? metadata,
})

Implementation

const FileLinkUpdateOptions({
  this.expand,
  this.expiresAt,
  this.metadata,
});