nameSQL property

String get nameSQL

Implementation

String get nameSQL => _ensureColumnProperty(this, "nameSQL", () => columnName.escapeSQL);