RemovePromoContent constructor

const RemovePromoContent(
  1. {@required RemovePromoMeta removePromoMeta,
  2. bool autoNav: true}
)

Implementation

const RemovePromoContent(
    {@required this.removePromoMeta, this.autoNav = true});