EnterpriseUpgradeEvent.fromJson constructor

EnterpriseUpgradeEvent.fromJson(
  1. Map json_
)

Implementation

EnterpriseUpgradeEvent.fromJson(core.Map json_)
    : this(
        upgradeState: json_['upgradeState'] as core.String?,
      );