RSocketException constructor

RSocketException(
  1. int? code,
  2. String message
)

Implementation

RSocketException(this.code, this.message);