defaultConfiguration property

  1. @TagNumber.new(5)
PromotionConfiguration get defaultConfiguration

Implementation

@$pb.TagNumber(5)
PromotionConfiguration get defaultConfiguration => $_getN(4);
  1. @TagNumber.new(5)
set defaultConfiguration (PromotionConfiguration value)

Implementation

@$pb.TagNumber(5)
set defaultConfiguration(PromotionConfiguration value) =>
    $_setField(5, value);