processOnConflictActionDoNothing method

void processOnConflictActionDoNothing(
  1. OnConflictActionDoNothing node
)

Implementation

void processOnConflictActionDoNothing(OnConflictActionDoNothing node) {
  _process(node);
}