ConfigManagementInstallError.fromJson constructor
ConfigManagementInstallError.fromJson(
- Map json_
Implementation
ConfigManagementInstallError.fromJson(core.Map json_)
: this(errorMessage: json_['errorMessage'] as core.String?);