copyWith method
Implementation
NotificationTypeNewCall copyWith({int? callId}) =>
NotificationTypeNewCall(callId: callId ?? this.callId);
NotificationTypeNewCall copyWith({int? callId}) =>
NotificationTypeNewCall(callId: callId ?? this.callId);