menu
fluttervisionsdkplugin package
documentation
model_manager/models/model_update_info.dart
ModelUpdateInfo
ModelUpdateInfo.new const constructor
ModelUpdateInfo.new const constructor
dark_mode
light_mode
ModelUpdateInfo
constructor
const
ModelUpdateInfo
(
{
required
OCRModule
module
,
required
bool
updateAvailable
,
})
Implementation
const ModelUpdateInfo({ required this.module, required this.updateAvailable, });
fluttervisionsdkplugin package
documentation
model_manager/models/model_update_info
ModelUpdateInfo
ModelUpdateInfo.new const constructor
ModelUpdateInfo class