Line constructor

Line(
  1. String _id,
  2. LineOptions options, [
  3. Map? _data
])

Implementation

Line(this._id, this.options, [this._data]);