DistributionChannel constructor

DistributionChannel({
  1. String? crxVersion,
  2. int? deployPercentage,
})

Implementation

DistributionChannel({this.crxVersion, this.deployPercentage});