FileLocation constructor

FileLocation({
  1. String? filePath,
  2. LayerDetails? layerDetails,
})

Implementation

FileLocation({
  this.filePath,
  this.layerDetails,
});