10b68e2b5b
(cherry picked from commit 2869ec2e1061a7be2e8ec0cd3196883bf07cb96a)
4 lines
70 B
Dart
4 lines
70 B
Dart
|
|
class AppConstants {
|
|
static const int limitCharToStartSearch = 3;
|
|
} |