WebRouteElement constructor

WebRouteElement(
  1. WebPolyline bodyElement,
  2. WebPolyline? strokeElement,
  3. WebPolyline? patternElement,
  4. WebPolylineOption bodyElementOption,
  5. WebPolylineOption? strokeElementOption,
  6. WebPolylineOption? patternElementOption,
)

Implementation

WebRouteElement(
  this.bodyElement,
  this.strokeElement,
  this.patternElement,
  this.bodyElementOption,
  this.strokeElementOption,
  this.patternElementOption,
);