results property

Map<String, dynamic> results
getter/setter pair

The map of results with a string as identifier and generic type as value.

Implementation

Map<String, dynamic> results = {};