tableName property
- @Deprecated('Use: table.tableName instead, will be removed in 2.0.0.')
inherited
The name of the table that contains this row.
Implementation
@Deprecated('Use: table.tableName instead, will be removed in 2.0.0.')
String get tableName => table.tableName;