FileResponse constructor

FileResponse({
  1. String? file,
})

Returns a new FileResponse instance.

Implementation

FileResponse({
  this.file,
});