prefix property

String? prefix
final

Your preferred class prefix for the generated classes.

If not provided, the name of the class will be used as the prefix.

E.g. Books --> BooksColumn, BooksColumnValue, ...

Implementation

final String? prefix;