StatisticalValue constructor
const
StatisticalValue({})
A value with information about its recent changes
Implementation
const StatisticalValue({
required this.value,
required this.previousValue,
required this.growthRatePercentage,
});