enableParent method

MenuBoardData<T> enableParent()

Implementation

MenuBoardData<T> enableParent() {
  return updateParent(parent.enable());
}