CallException constructor

CallException({
  1. required BigInt reject_code,
  2. required String reject_message,
  3. String? error_code,
})

Implementation

CallException({required this.reject_code, required this.reject_message, this.error_code});