StatisticalValue constructor

StatisticalValue(
  1. {required double value,
  2. required double previous_value,
  3. required double growth_rate_percentage,
  4. int? extra,
  5. int? clientId}
)

A value with information about its recent changes

Implementation

StatisticalValue