tableName property

String get tableName

The name of the table.

This is the name of E in snake_case.

Implementation

String get tableName => (E).toString().toSnakeCase();