menu
flutter_gemma package
documentation
core/registry/hugging_face_resolver.dart
ResolvedHfFile
ResolvedHfFile.new const constructor
ResolvedHfFile.new const constructor
dark_mode
light_mode
ResolvedHfFile
constructor
const
ResolvedHfFile
(
{
required
String
name
,
required
String
url
,
String
?
sha256
,
int
?
sizeBytes
,
})
Implementation
const ResolvedHfFile({ required this.name, required this.url, this.sha256, this.sizeBytes, });
flutter_gemma package
documentation
core/registry/hugging_face_resolver
ResolvedHfFile
ResolvedHfFile.new const constructor
ResolvedHfFile class