ModelProperty constructor

ModelProperty(
  1. IdUid id,
  2. String name,
  3. int type,
  4. int flags,
  5. ModelEntity entity
)

Implementation

ModelProperty(this.id, this.name, this.type, this.flags, this.entity) {
  validate();
}