results property
The map of results with a String as identifier and generic type as value
Implementation
Map<String, dynamic> get results => _results;
Implementation
set results(Map<String, dynamic> results) {
this._results = results;
}