isEthernetConnection property

bool get isEthernetConnection

Whether the connection is on Ethernet

Implementation

bool get isEthernetConnection =>
    networkTypes.contains(ConnectivityResult.ethernet);