3 lines
65 B
Dart
3 lines
65 B
Dart
|
|
class ExceptionConstant{
|
||
|
|
static const String relay = 'relay';
|
||
|
|
}
|