copyWith method
Implementation
WebApiModulesInventoryInventoryReceiptIsUserPropsWardrobeResponse copyWith(
{bool? isProps, bool? isWardrobe}) {
return WebApiModulesInventoryInventoryReceiptIsUserPropsWardrobeResponse(
isProps: isProps ?? this.isProps,
isWardrobe: isWardrobe ?? this.isWardrobe);
}