DataPointKey constructor

const DataPointKey({
  1. int? id,
  2. String? key,
  3. String? label,
})

Implementation

const DataPointKey({this.id, this.key, this.label});