name property
final
The overridden name to use when generating the data class for a table. By default, drift will attempt to use the view name followed by "Data" when naming data classes (e.g. a view named "UserView" will generate a data class called "UserViewData").
Implementation
final String? name;