AddressMapper typedef

AddressMapper = ({String host, int port}) Function(String host, int port)

Implementation

typedef AddressMapper = ({String host, int port}) Function(
    String host, int port);