BridgeException constructor

BridgeException(
  1. String message, {
  2. Map<String, dynamic>? details,
  3. Map<String, dynamic>? meta,
  4. String? traceback,
})

Implementation

BridgeException(this.message, {this.details, this.meta, this.traceback});