clearJsonAttributeUpdates method
void
clearJsonAttributeUpdates()
inherited
Clears any pending JSON attribute updates without applying them.
Implementation
void clearJsonAttributeUpdates() {
_jsonUpdates[this]?.clear();
}