ChartTranslations constructor
const
ChartTranslations({})
Implementation
const ChartTranslations({
this.date = 'Date',
this.open = 'Open',
this.high = 'High',
this.low = 'Low',
this.close = 'Close',
this.changeAmount = 'Change',
this.change = 'Change%',
this.amount = 'Amount',
this.vol = 'Volume',
});