RefundConfig constructor

  1. @JsonSerializable(includeIfNull: false)
const RefundConfig({
  1. required String default_refund_speed,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RefundConfig({
  required String default_refund_speed, // 'normal' or 'optimum'
}) = _RefundConfig;