ServerPodProject constructor

ServerPodProject({
  1. required String rootPath,
  2. String? serverPath,
  3. String? clientPath,
  4. String? flutterPath,
})

Implementation

ServerPodProject({
  required this.rootPath,
  this.serverPath,
  this.clientPath,
  this.flutterPath,
});