removeAllBinds method

void removeAllBinds()

Remove all binds attached to this model.

Implementation

void removeAllBinds() {
  _binds.clear();
}