dartName property

String? dartName
final

name of dart class field represent this column value.

By default, the generate will try to convert a snake case into dart variable naming convention. If the name of column is not a snake case then the origin value if column name will be used to generate dart class field.

Implementation

final String? dartName;