$tableName property

  1. @Deprecated('Use aliasedName instead')
String $tableName

The table name in the sql table. This can be an alias for the actual table name. See actualTableName for a table name that is not aliased.

Implementation

@Deprecated('Use aliasedName instead')
String get $tableName => aliasedName;