fieldName property
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;
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.
String? fieldName;