menu
butter_toolkit package
documentation
database.dart
Column<T>
escapedName property
escapedName property
dark_mode
light_mode
escapedName
property
String
get
escapedName
name
, but escaped if it's an sql keyword.
Implementation
String get escapedName => escapeIfNeeded(name);
butter_toolkit package
documentation
database
Column<T>
escapedName property
Column class