SystemItem constructor

SystemItem({
  1. List<ComponentInfo> components = const [],
  2. List<Object> componentEntities = const [],
  3. List<DocumentInfo> documents = const [],
  4. List<Object> documentEntities = const [],
  5. List<IssueInfo> issues = const [],
  6. List<EntityContact> contacts = const [],
  7. EntityContact createdBy,
  8. EntityContact modifiedBy,
  9. List<AttributeValue> attributes = const [],
  10. Footprint footprint,
  11. List<EntityMappingInfo> mappedFrom = const [],
  12. List<EntityMappingInfo> mappedTo = const [],
  13. IfcType ifcType,
  14. Map<String, Object> dynamicProperties = const {},
  15. int assetModelId,
  16. int entityId,
  17. String name,
  18. String description,
  19. String externalIdentifier,
  20. String externalObjectType,
  21. String externalObjectName,
  22. ModelInfo model,
  23. String modelName,
  24. DateTime dateCreated,
  25. DateTime dateModified,
})

Returns a new SystemItem instance.

Implementation

SystemItem({
  this.components = const [],
  this.componentEntities = const [],
  this.documents = const [],
  this.documentEntities = const [],
  this.issues = const [],
  this.contacts = const [],
  this.createdBy,
  this.modifiedBy,
  this.attributes = const [],
  this.footprint,
  this.mappedFrom = const [],
  this.mappedTo = const [],
  this.ifcType,
  this.dynamicProperties = const {},
  this.assetModelId,
  this.entityId,
  this.name,
  this.description,
  this.externalIdentifier,
  this.externalObjectType,
  this.externalObjectName,
  this.model,
  this.modelName,
  this.dateCreated,
  this.dateModified,
});