FFUploadedFile constructor

const FFUploadedFile({
  1. String? name,
  2. Uint8List? bytes,
  3. double? height,
  4. double? width,
  5. String? blurHash,
})

Implementation

const FFUploadedFile({
  this.name,
  this.bytes,
  this.height,
  this.width,
  this.blurHash,
});