SendbirdException constructor

SendbirdException(
  1. {String? name,
  2. int? code,
  3. String? message}
)

Implementation

SendbirdException({this.name, this.code, this.message});