server property

ApplicationServer server
getter/setter pair

The ApplicationServer listening for HTTP requests while under test.

This property is only valid when an application is started via startOnCurrentIsolate.

Implementation

late ApplicationServer server;