5 lines
116 B
Dart
5 lines
116 B
Dart
class ReceiveMessageOpt {
|
|
static const receive = 0;
|
|
static const notReceive = 1;
|
|
static const notNotify = 2;
|
|
} |