server property

HttpServer? server
getter/setter pair

HttpServer instance from the dart:io library

If there is anything the app can't do, you can do it through here.

Implementation

late HttpServer? server;