row property

TableRowModel? get row

Implementation

TableRowModel? get row =>
    parent is TableRowModel ? parent as TableRowModel : null;