localName property
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;
A Dart-safe class name for the table.
If originalName conflicts with a Dart built-in type (e.g., List),
localName might be ListTable.
final String localName;