copyWithWrapped method
Implementation
ItemImportRequestOptions copyWithWrapped({Wrapped<String?>? webhook}) {
return ItemImportRequestOptions(
webhook: (webhook != null ? webhook.value : this.webhook));
}
ItemImportRequestOptions copyWithWrapped({Wrapped<String?>? webhook}) {
return ItemImportRequestOptions(
webhook: (webhook != null ? webhook.value : this.webhook));
}