copyWith method
Implementation
ItemImportRequestOptions copyWith({String? webhook}) {
return ItemImportRequestOptions(webhook: webhook ?? this.webhook);
}
ItemImportRequestOptions copyWith({String? webhook}) {
return ItemImportRequestOptions(webhook: webhook ?? this.webhook);
}