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