NELCKAcceptResult constructor
NELCKAcceptResult({
- required int code,
- String? msg,
- NECallInfo? callInfo,
Implementation
NELCKAcceptResult({
required this.code,
this.msg,
this.callInfo,
});