Identity constructor

Identity(String ontid, String label, bool lock, bool isDefault, { String extra })

Implementation

Identity(this.ontid, this.label, this.lock, this.isDefault, {this.extra});