Sample constructor

Sample(
  1. String path, {
  2. bool overwrite = false,
})

Implementation

Sample(
  this.path, {
  this.overwrite = false,
});