NetworkCapability constructor
const
NetworkCapability({})
Creates a network capability description.
Implementation
const NetworkCapability({
required this.isConnected,
required this.transportType,
required this.isValidated,
required this.isMetered,
required this.hasVpn,
required this.hasWifi,
required this.hasCellular,
required this.hasEthernet,
required this.hasBluetooth,
required this.hasLowLatency,
required this.hasHighBandwidth,
});