LineRow constructor

LineRow(
  1. DateTime date,
  2. double value
)

Implementation

LineRow(this.date, this.value);