name property
The name of the table, converted to camelCase for Dart conventions.
Example: user_profiles
becomes userProfiles
.
Implementation
final String name;
The name of the table, converted to camelCase for Dart conventions.
Example: user_profiles
becomes userProfiles
.
final String name;