hasConnection property

bool hasConnection

Returns true if there is an internet connection. Returns false if there is no internet connection.

Implementation

bool get hasConnection => _connection;