copyWith method

SecondaryAttribution copyWith({
  1. bool? reCallState,
})

Implementation

SecondaryAttribution copyWith({  bool? reCallState,
}) => SecondaryAttribution(  reCallState: reCallState ?? _reCallState,
);