ModelEndpointDataBlob constructor

ModelEndpointDataBlob({
  1. Uint8List? byteBuffer,
  2. String? contentType,
})

Implementation

ModelEndpointDataBlob({
  this.byteBuffer,
  this.contentType,
});