fieldName property

String? fieldName
getter/setter pair

The Dart/model field name this column belongs to (when known). Used to match columns across renames. Is nullable since it is not available when analyzing the database.

Implementation

String? fieldName;