onNoAction method

void onNoAction()

Implementation

void onNoAction() {
  if (_behavior != null) throw _locked();
  _behavior = 'ON UPDATE NO ACTION';
}