NECallEndInfo constructor
NECallEndInfo({
- required NECallTerminalCode reasonCode,
- String? callId,
- String? extraString,
- String? message,
Implementation
NECallEndInfo({
required this.reasonCode,
this.callId,
this.extraString,
this.message,
});