FjNetException constructor

FjNetException([
  1. int? _code,
  2. String? _message
])

Implementation

FjNetException([
  this._code,
  this._message,
]);