3 lines
68 B
Dart
3 lines
68 B
Dart
|
|
class ProtocolFlagConstant {
|
||
|
|
static const String scp01 = 'SC01';
|
||
|
|
}
|