5 lines
88 B
Dart
5 lines
88 B
Dart
class ZhCn{
|
|
static const Map<String, String> values = {
|
|
"路由": "路由",
|
|
};
|
|
} |