menu
nexora_sdk package
documentation
models/hardware_models.dart
HardwareException
HardwareException.new const constructor
HardwareException.new const constructor
dark_mode
light_mode
HardwareException
constructor
const
HardwareException
(
{
required
String
message
,
String
code
=
'HARDWARE_ERROR'
,
String
?
module
,
})
Implementation
const HardwareException({ required this.message, this.code = 'HARDWARE_ERROR', this.module, });
nexora_sdk package
documentation
models/hardware_models
HardwareException
HardwareException.new const constructor
HardwareException class