table property Null safety

SchemaTable? table
read / write

The SchemaTable this column belongs to.

May be null if not assigned to a table.

Implementation

SchemaTable? table;