dataPointReference property

DataPointReference dataPointReference

Implementation

DataPointReference get dataPointReference {
  _dataPointReference ??= CarpService().getDataPointReference();
  return _dataPointReference!;
}