tableName property

  1. @Deprecated('Use: table.tableName instead, will be removed in 2.0.0.')
String tableName
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;