DistributionChannel.fromJson constructor
DistributionChannel.fromJson(
- Map json_
Implementation
DistributionChannel.fromJson(core.Map json_)
: this(
crxVersion: json_['crxVersion'] as core.String?,
deployPercentage: json_['deployPercentage'] as core.int?,
);