relatedColumnName property Null safety

String? relatedColumnName
read / write

The related column if this column is a foreign key column.

If this column has a foreign key constraint, this property is the name of the reference column in relatedTableName.

Implementation

String? relatedColumnName;