menu
flutter_artist_backend_sandbox package
documentation
database.dart
Employee
email property
email property
dark_mode
light_mode
email
property
TextColumn
get
email
Implementation
TextColumn get email => text().unique().withLength(min: 1, max: 64)();
flutter_artist_backend_sandbox package
documentation
database
Employee
email property
Employee class