name property
The name of the column, converted to camelCase for Dart conventions.
Example: user_name
becomes userName
.
Implementation
final String name;
The name of the column, converted to camelCase for Dart conventions.
Example: user_name
becomes userName
.
final String name;