name property

String name
final

The name of the table, converted to camelCase for Dart conventions. Example: user_profiles becomes userProfiles.

Implementation

final String name;