hasConnection property
Returns true if there is an internet connection. Returns false if there is no internet connection.
Implementation
bool get hasConnection => _connection;
Returns true if there is an internet connection. Returns false if there is no internet connection.
bool get hasConnection => _connection;