NativeBridgeException constructor
const
NativeBridgeException({
- required NativeCommand command,
- required String message,
- String? code,
- Object? originalException,
Implementation
const NativeBridgeException({
required this.command,
required this.message,
this.code,
this.originalException,
});