copyWith method
Implementation
GetThemeParametersJsonString copyWith({ThemeParameters? theme}) =>
GetThemeParametersJsonString(theme: theme ?? this.theme);
GetThemeParametersJsonString copyWith({ThemeParameters? theme}) =>
GetThemeParametersJsonString(theme: theme ?? this.theme);