copyWith method
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
copyWith({String? physicalMasterId, bool? isRecount}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel(
physicalMasterId: physicalMasterId ?? this.physicalMasterId,
isRecount: isRecount ?? this.isRecount);
}