ResetException constructor

const ResetException([
  1. String message = 'stream reset'
])

Implementation

const ResetException([this.message = 'stream reset']);