PromoRemoved constructor

const PromoRemoved(
  1. {Key key,
  2. @required RemovePromoMeta removePromoMeta,
  3. bool autoNav: true}
)

Implementation

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