DistributionChannel.fromJson constructor

DistributionChannel.fromJson(
  1. Map json_
)

Implementation

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