copyWithWrapped method
Implementation
WidgetLanguagePreset copyWithWrapped({Wrapped<dynamic>? textContents}) {
return WidgetLanguagePreset(
textContents:
(textContents != null ? textContents.value : this.textContents));
}
WidgetLanguagePreset copyWithWrapped({Wrapped<dynamic>? textContents}) {
return WidgetLanguagePreset(
textContents:
(textContents != null ? textContents.value : this.textContents));
}