escapedName property

String escapedName

name, but escaped if it's an sql keyword.

Implementation

String get escapedName => escapeIfNeeded(name);