HCPlotDmiAccessibilityPointOptions constructor

const HCPlotDmiAccessibilityPointOptions({
  1. String? dateFormat,
  2. bool? describeNull,
  3. String? descriptionFormat,
  4. num? valueDecimals,
  5. String? valueDescriptionFormat,
  6. String? valuePrefix,
  7. String? valueSuffix,
})

Implementation

const HCPlotDmiAccessibilityPointOptions({
  this.dateFormat,
  this.describeNull,
  this.descriptionFormat,
  this.valueDecimals,
  this.valueDescriptionFormat,
  this.valuePrefix,
  this.valueSuffix,
});