setResults method Null safety
- int results
Sets the results property
Implementation
void setResults(int results) {
payload[EAPropertyKey.SEARCH_RESULTS] = results;
}
Sets the results property
void setResults(int results) {
payload[EAPropertyKey.SEARCH_RESULTS] = results;
}