name property

String name
final

The name of the column, converted to camelCase for Dart conventions. Example: user_name becomes userName.

Implementation

final String name;