StompSendException constructor

const StompSendException(
  1. String message, [
  2. String? destination,
  3. Object? cause
])

Implementation

const StompSendException(super.message, [this.destination, super.cause]);