hasHot method
- dynamic sym
inherited
return true if the sym
has a value in the SamHot
map.
Implementation
bool hasHot(String sym) {
return _hotMap.has(sym);
}
return true if the sym
has a value in the SamHot
map.
bool hasHot(String sym) {
return _hotMap.has(sym);
}