DeployInfo.fromJson constructor

DeployInfo.fromJson(
  1. Map json_
)

Implementation

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