Path constructor

Path({
  1. String? color,
  2. String? enc,
})

Implementation

Path({
  this.color,
  this.enc,
});