copyWith method

NotificationTypeNewCall copyWith({
  1. int? callId,
})

Implementation

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