TPStreamsError constructor

const TPStreamsError(
  1. int? code,
  2. String message
)

Implementation

const TPStreamsError(this.code, this.message);