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 = {};