Promo constructor

Promo([
  1. dynamic updates(
    1. PromoBuilder b
    )
])

Implementation

factory Promo([Function(PromoBuilder b) updates]) = _$Promo;