FFLocalFile constructor

const FFLocalFile({
  1. String? name,
  2. Uint8List? bytes,
})

Implementation

const FFLocalFile({
  this.name,
  this.bytes,
});