892fceb037
(cherry picked from commit 60a91537f7ea1225b5ca67f6dd9ef358b33939da)
5 lines
122 B
Dart
5 lines
122 B
Dart
|
|
class AppConstants {
|
|
static const int limitCharToStartSearch = 3;
|
|
static const String applicationName = 'TeamMail';
|
|
} |