BridgeResponse constructor

const BridgeResponse({
  1. required String id,
  2. dynamic result,
  3. BridgeError? error,
})

Implementation

const BridgeResponse({required this.id, this.result, this.error});