localName property

String localName
final

A Dart-safe class name for the table. If originalName conflicts with a Dart built-in type (e.g., List), localName might be ListTable.

Implementation

final String localName;