lastTryResults property

List<AwsConnectionResult> lastTryResults

Return the results of the last check.

The list is filled only when hasConnection (or connectionStatus) is called.

Implementation

List<AwsConnectionResult> get lastTryResults => _lastTryResults;