18 lines
524 B
Dart
18 lines
524 B
Dart
|
|
class ICMapKey {
|
||
|
|
static String Method = "Method";
|
||
|
|
static String Mac = "Mac";
|
||
|
|
static String Password = "Password";
|
||
|
|
static String SSID = "SSID";
|
||
|
|
static String DstId = "DstId";
|
||
|
|
static String StNo = "StNo";
|
||
|
|
|
||
|
|
static String JsonValue = "JsonValue";
|
||
|
|
static String JsonValue2 = "JsonValue2";
|
||
|
|
static String EnumName ="EnumName";
|
||
|
|
static String BoolValue ="BoolValue";
|
||
|
|
static String ObjectValue ="ObjectValue";
|
||
|
|
static String IntValue ="IntValue";
|
||
|
|
static String StringValue ="StringValue";
|
||
|
|
|
||
|
|
}
|