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