Path constructor

Path({
  1. String? lineString,
  2. List<Identifier>? stopPoints,
  3. List<Object>? elevation,
})

Implementation

Path({
  this.lineString,
  this.stopPoints,
  this.elevation,
});