d357358341
(cherry picked from commit 6be6d69ad8e5fb05d839e2649b1f444613eea6d1)
4 lines
70 B
Dart
4 lines
70 B
Dart
|
|
class AppConstants {
|
|
static const int limitCharToStartSearch = 3;
|
|
} |