FileValue constructor

FileValue({
  1. String? uri,
  2. String? data,
})

Implementation

FileValue({
  this.uri,
  this.data,
});