SystemInfo constructor
SystemInfo({})
Returns a new SystemInfo instance.
Implementation
SystemInfo({
this.components = const [],
this.assetModelId,
this.entityId,
this.name,
this.description,
this.externalIdentifier,
this.externalObjectType,
this.externalObjectName,
this.model,
this.modelName,
this.dateCreated,
this.dateModified,
});