menu
neomage package
documentation
data/bridge/bridge_protocol.dart
BridgeError
BridgeError.new const constructor
BridgeError.new const constructor
dark_mode
light_mode
BridgeError
constructor
const
BridgeError
(
{
required
int
code
,
required
String
message
,
dynamic
data
,
})
Implementation
const BridgeError({required this.code, required this.message, this.data});
neomage package
documentation
data/bridge/bridge_protocol
BridgeError
BridgeError.new const constructor
BridgeError class