4 lines
75 B
Dart

abstract class Constants {
static const serverFileName = 'server.jar';
}