IfcType constructor
IfcType({
- String externalObjectType,
- String name,
- String description,
- List<
ClassificationNode> classifications = const [],
Returns a new IfcType instance.
Implementation
IfcType({
this.externalObjectType,
this.name,
this.description,
this.classifications = const [],
});