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