ChartCoin constructor

const ChartCoin(
  1. Cryptocurrency cryptocurrency, {
  2. Key? key,
})

Implementation

const ChartCoin(this.cryptocurrency, {Key? key}) : super(key: key);