ModelProperty constructor
- IdUid id,
- String name,
- int type,
- int flags,
- ModelEntity entity
Implementation
ModelProperty(this.id, this.name, this.type, this.flags, this.entity) {
validate();
}
ModelProperty(this.id, this.name, this.type, this.flags, this.entity) {
validate();
}