server property Null safety
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;