WindowsNetworkAdapterInfoData constructor

WindowsNetworkAdapterInfoData({
  1. required String adapterName,
  2. required String description,
  3. required String ipAddress,
})

Implementation

WindowsNetworkAdapterInfoData({
  required this.adapterName,
  required this.description,
  required this.ipAddress,
});