CardFlows constructor

  1. @JsonSerializable(includeIfNull: false)
const CardFlows({
  1. required bool recurring,
  2. bool? otp,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory CardFlows({
  required bool recurring,
  bool? otp,
}) = _CardFlows;