FileReference constructor

FileReference({
  1. String? fileUri,
})

Implementation

FileReference({
  this.fileUri,
});