port property

  1. @override
int get port
override

The port that the server is listening on.

This is the actual port used when a port of zero is specified in the bind or bindSecure call.

Implementation

@override
int get port => 0;