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