localForeignTableName property

String localForeignTableName
final

A Dart-safe class name for the foreign table. If the original table name conflicts with a Dart built-in type, this will be suffixed.

Implementation

final String localForeignTableName;