DataPointEntryValue constructor

const DataPointEntryValue(
  1. DataPointEntryFieldFormat format,
  2. bool isSet,
  3. String? activity,
  4. int? integer,
  5. double? float,
  6. String? string,
)

Implementation

const DataPointEntryValue(this.format, this.isSet, this.activity,
    this.integer, this.float, this.string);