Path constructor

const Path(
  1. List<String> segments, {
  2. String? filename,
  3. String? filetype,
})

Implementation

const Path(this.segments, {this.filename, this.filetype});