FileDataEndPoint constructor
FileDataEndPoint({})
Creates a FileDataEndPoint.
type
is defined in DataEndPointTypes. Is typically of type
DataEndPointType.FILE
but specialized file types can be specified.
Implementation
FileDataEndPoint({
super.type = DataEndPointTypes.FILE,
super.dataFormat = NameSpace.CARP,
this.bufferSize = 500 * 1000,
this.zip = true,
this.encrypt = false,
this.publicKey,
});