StacOptions constructor
const
StacOptions({})
Creates a StacOptions with the given configuration.
Implementation
const StacOptions({
required this.name,
this.description,
required this.projectId,
this.sourceDir = '/stac/',
this.outputDir = '/stac/.build',
});