AttributeDefinition constructor
AttributeDefinition({})
Returns a new AttributeDefinition instance.
Implementation
AttributeDefinition({
this.fullName,
this.groupName,
this.groupType,
this.name,
this.canonicalName,
this.imported,
this.semanticType,
this.unit,
this.dataType,
this.dateCreated,
this.dateModified,
});