copyWith method
Implementation
CustomContentLinks copyWith({String? webui}) {
return CustomContentLinks(
webui: webui ?? this.webui,
);
}
CustomContentLinks copyWith({String? webui}) {
return CustomContentLinks(
webui: webui ?? this.webui,
);
}