parent property
Expression<int>
get
parent
The id of the parent of this element.
Implementation
Expression<int> get parent => _col('parent');
The id of the parent of this element.
Expression<int> get parent => _col('parent');