AttributeEntity constructor

AttributeEntity([
  1. void updates(
    1. AttributeEntityBuilder
    )
])

Implementation

factory AttributeEntity([void Function(AttributeEntityBuilder) updates]) =
    _$AttributeEntity;