server property Null safety

ApplicationServer server
read / write

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;