AppServer constructor

AppServer(
  1. {required String path,
  2. required int port}
)

Implementation

AppServer({
  required this.path,
  required this.port,
});