menu
supabase_gen package
documentation
generated/repositories/base_repository.dart
BaseRepository<T>
tableName property
tableName property
dark_mode
light_mode
tableName
property
String
tableName
final
The name of the table this repository operates on
Implementation
final String tableName;
supabase_gen package
documentation
generated/repositories/base_repository
BaseRepository<T>
tableName property
BaseRepository class