DataEndPoint constructor
Creates a DataEndPoint.
type
is defined in DataEndPointTypes.
dataFormat
is defined in NameSpace. Default is NameSpace.CARP.
Implementation
@mustCallSuper
DataEndPoint({
required this.type,
this.dataFormat = NameSpace.CARP,
}) : super();