GraphItem constructor

GraphItem({
  1. String? genre,
  2. int? sold,
})

Implementation

GraphItem({this.genre, this.sold});