copyWith method
Implementation
ThemeUpdate copyWith({String? themeKey}) {
return ThemeUpdate(
themeKey: themeKey ?? this.themeKey,
);
}
ThemeUpdate copyWith({String? themeKey}) {
return ThemeUpdate(
themeKey: themeKey ?? this.themeKey,
);
}