GraphFeedsDataPoint constructor

GraphFeedsDataPoint(
  1. {double amount,
  2. String date}
)

Implementation

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