PromoRemoved constructor
- {Key key,
- @required RemovePromoMeta removePromoMeta,
Implementation
const PromoRemoved(
{Key key, @required this.removePromoMeta, this.autoNav = true})
: super(key: key);
const PromoRemoved(
{Key key, @required this.removePromoMeta, this.autoNav = true})
: super(key: key);