ServerAddressByClientCIDR constructor

const ServerAddressByClientCIDR({
  1. required String clientCIDR,
  2. required String serverAddress,
})

Default constructor.

Implementation

const ServerAddressByClientCIDR({
  required this.clientCIDR,
  required this.serverAddress,
});