FileLocation constructor
FileLocation({
- String? filePath,
- LayerDetails? layerDetails,
Implementation
FileLocation({
this.filePath,
this.layerDetails,
});
FileLocation({
this.filePath,
this.layerDetails,
});