results property Null safety

Map<String, Object> results
visibleForTesting">@visibleForTestingread / write

Test results that will be populated after the tests have completed.

Keys are the test descriptions, and values are either _success or a Failure.

Implementation

@visibleForTesting
Map<String, Object> results = <String, Object>{};