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