results property

Map<String, dynamic> results
getter/setter pair

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

Implementation

late Map<String, dynamic> results;