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