menu
ndk package
documentation
domain_layer/entities/blossom_blobs.dart
BlobResponse
BlobResponse.new constructor
BlobResponse.new constructor
dark_mode
light_mode
BlobResponse
constructor
BlobResponse
(
{
required
Uint8List
data
,
String
?
mimeType
,
int
?
contentLength
,
String
?
contentRange
,
})
Implementation
BlobResponse({ required this.data, this.mimeType, this.contentLength, this.contentRange, });
ndk package
documentation
domain_layer/entities/blossom_blobs
BlobResponse
BlobResponse.new constructor
BlobResponse class