table property

  1. @override
Table<int?> get table

The table that this row belongs to.

Implementation

@override
_i1.Table<int?> get table => t;