StreamException constructor

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

Implementation

StreamException(this.message, [this.cause]);