ExportServerEngineAttributeResponse constructor
ExportServerEngineAttributeResponse({
- EngineAttribute? engineAttribute,
- String? serverName,
Implementation
ExportServerEngineAttributeResponse({
this.engineAttribute,
this.serverName,
});