dataEndPoint property

DataEndPoint? get dataEndPoint

The DataEndPoint that this data manager is handling. Set in the configure method.

Implementation

DataEndPoint? get dataEndPoint => _dataEndPoint;