copyWith method

Implementation

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