BugVault/lib/dart/bugvault.dart

4 lines
112 B
Dart

class ServerCommunicatorConstants {
static const String host = "localhost";
static const int port = 7400;
}