ConnectivityInfo constructor
const
ConnectivityInfo({})
API Documentation for ConnectivityInfo.
Implementation
const ConnectivityInfo({
required this.isConnected,
required this.networkType,
required this.isMetered,
required this.isVpn,
required this.signalStrength,
required this.ipAddress,
});