ClassificationNode constructor
ClassificationNode({
- int classificationId,
- String taxonomy,
- String name,
- int parentId,
- ClassificationNode parent,
Returns a new ClassificationNode instance.
Implementation
ClassificationNode({
this.classificationId,
this.taxonomy,
this.name,
this.parentId,
this.parent,
});