PromoAdded constructor

const PromoAdded(
  1. {Key key,
  2. @required CreditCard card,
  3. bool autoNav: true}
)

Implementation

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