6 lines
227 B
Dart
6 lines
227 B
Dart
class ChoreoConstants {
|
|
static const int msBeforeIGCStart = 10000;
|
|
static const int maxLength = 1000;
|
|
static const String inputTransformTargetKey = 'input_text_field';
|
|
static const int defaultErrorBackoffSeconds = 5;
|
|
}
|