DataPointMeta constructor

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

Implementation

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