removeHashElement method
Implementation
void removeHashElement(ActionHashElement element) {
_hashTargetList.removeWhere((key, value) => value == element);
}
void removeHashElement(ActionHashElement element) {
_hashTargetList.removeWhere((key, value) => value == element);
}