DataPoint constructor
DataPoint({})
Implementation
DataPoint({
this.computationTimeMillis,
this.dataTypeName,
this.endTimeNanos,
this.modifiedTimeMillis,
this.originDataSourceId,
this.rawTimestampNanos,
this.startTimeNanos,
this.value,
});