Line constructor
Line(
- String _id,
- PolylineOptions options, [
- Map? _data
Implementation
Line(this._id, this.options, [this._data]);
Line(this._id, this.options, [this._data]);