NUIMapPolyline constructor
NUIMapPolyline({})
Implementation
NUIMapPolyline({String? id, this.points, this.visible, this.width, this.color, this.onTap, this.zIndex, this.geodesic, this.consumeTapEvents}){
this.id = id ?? randomUUID();
}