name property

String? name
final

The sql view name to be used. By default, drift will use the snake_case representation of your class name as the sql view name. For instance, a View class named UserView will be called user_view by default.

Implementation

final String? name;