LineChartModel constructor

LineChartModel({
  1. DateTime? date,
  2. double? amount,
})

Implementation

LineChartModel({
  this.date,
  this.amount,
});