I have a Data Model which looks like this:
class PieChartDataGraph { DateTime date; String books; PieChartDataGraph(this.date, this.books);