StreamingError constructor

const StreamingError(
  1. String message,
  2. bool cancel
)

Implementation

const StreamingError(this.message, this.cancel);