Server port parsed from the config. Falls back to super.port if absent.
super.port
@override int get port => int.tryParse(rawConfig['port'].toString()) ?? super.port;