LineSeries<T> constructor
LineSeries<T> ({})
Implementation
LineSeries(
{required this.x,
required this.y,
required this.xDisplay,
required this.yDisplay,
required this.groupOrder,
required this.groupCode,
this.dashPattern = const [],
this.color,
this.fillColor,
this.unit = ''});