copyWith method
Implementation
LeadRights copyWith({ num? transfer,
num? addFollowUp,
num? edit,
}) => LeadRights( transfer: transfer ?? _transfer,
addFollowUp: addFollowUp ?? _addFollowUp,
edit: edit ?? _edit,
);
LeadRights copyWith({ num? transfer,
num? addFollowUp,
num? edit,
}) => LeadRights( transfer: transfer ?? _transfer,
addFollowUp: addFollowUp ?? _addFollowUp,
edit: edit ?? _edit,
);