CheckoutConfig constructor

  1. @JsonSerializable(includeIfNull: false)
const CheckoutConfig({
  1. String? theme_color,
  2. bool? flash_checkout,
})

Implementation

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