dartGetterName property

String dartGetterName
final

The getter name of this column in the table class. It will also be used as getter name in the TableInfo class (as it needs to override the field) and in the generated data class that will be generated for each table.

Implementation

final String dartGetterName;