PromoAdded constructor
- {Key key,
- @required CreditCard card,
Implementation
const PromoAdded({Key key, @required this.card, this.autoNav = true})
: super(key: key);
const PromoAdded({Key key, @required this.card, this.autoNav = true})
: super(key: key);