DimensionKeyDescription constructor

DimensionKeyDescription({
  1. Map<String, String>? dimensions,
  2. List<double>? partitions,
  3. double? total,
})

Implementation

DimensionKeyDescription({
  this.dimensions,
  this.partitions,
  this.total,
});