StompException constructor

const StompException(
  1. String message, [
  2. Object? cause
])

Implementation

const StompException(this.message, [this.cause]);