columnName property

String get columnName

Name of the column to be used when referencing the database.

This will be the _columnNameOverride if set, with fallback to the name

Implementation

String get columnName => _columnNameOverride ?? name;