$FileLocation constructor

$FileLocation({
  1. String? filePath,
})

Implementation

$FileLocation({
  this.filePath,
});