SendMoneyFeatureModel constructor
SendMoneyFeatureModel({})
Implementation
SendMoneyFeatureModel({
required this.is_send_money_insta_pay,
required this.is_send_money_to_my_saving,
required this.is_send_money_to_my_wallet,
required this.is_cash_pickup,
required this.is_send_money_to_other_savings,
required this.is_send_money_to_other_wallet,
required this.is_send_money_instapay_qr,
});