StompStateException constructor

const StompStateException(
  1. String message,
  2. String currentState,
  3. String expectedState, [
  4. Object? cause,
])

Implementation

const StompStateException(super.message, this.currentState, this.expectedState, [super.cause]);