serverPath property
String
get
serverPath
Get the server project path
Implementation
String get serverPath => p.join(config.outputDir, config.serverPackageName);
Get the server project path
String get serverPath => p.join(config.outputDir, config.serverPackageName);