SchemaAttribute constructor
SchemaAttribute({
- String? attributeName,
- AttributeType? attributeType,
Implementation
SchemaAttribute({
this.attributeName,
this.attributeType,
});