prefix property
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;
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
, ...
final String? prefix;