HardwareException constructor
const
HardwareException({
- required HardwareErrorCode code,
- required String message,
- Object? details,
Base constructor for hardware exceptions.
Implementation
const HardwareException({
required this.code,
required this.message,
this.details,
});