BridgeResponse constructor
const
BridgeResponse({
- required String id,
- dynamic result,
- BridgeError? error,
Implementation
const BridgeResponse({required this.id, this.result, this.error});