menu
ndk package
documentation
domain_layer/entities/ndk_file.dart
NdkFile
NdkFile.new constructor
NdkFile.new constructor
dark_mode
light_mode
NdkFile
constructor
NdkFile
(
{
required
Uint8List
data
,
String
?
mimeType
,
int
?
size
,
String
?
sha256
,
})
Implementation
NdkFile({ required this.data, this.mimeType, this.size, this.sha256, });
ndk package
documentation
domain_layer/entities/ndk_file
NdkFile
NdkFile.new constructor
NdkFile class