FileBase constructor

FileBase(
  1. dynamic file,
  2. String url,
  3. String name,
  4. String? mimeType,
  5. int size,
)

Implementation

FileBase(this.file, this.url, this.name, this.mimeType, this.size);