table property

TableModel? get table

Implementation

TableModel? get table => parent is TableModel ? parent as TableModel : null;