SchemaAttribute constructor

SchemaAttribute({
  1. String? attributeName,
  2. AttributeType? attributeType,
})

Implementation

SchemaAttribute({
  this.attributeName,
  this.attributeType,
});