@JsonSerializable(includeIfNull: false) const factory CheckoutConfig({ String? theme_color, bool? flash_checkout, }) = _CheckoutConfig;