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