Polyline constructor

Polyline({
  1. required String points,
})

Implementation

Polyline({required this.points});