copyWith method
Implementation
WidgetLanguagePreset copyWith({dynamic textContents}) {
return WidgetLanguagePreset(
textContents: textContents ?? this.textContents);
}
WidgetLanguagePreset copyWith({dynamic textContents}) {
return WidgetLanguagePreset(
textContents: textContents ?? this.textContents);
}