setIsFold method

dynamic setIsFold(
  1. bool fold
)

Implementation

setIsFold(bool fold) {
  isFold = fold;
}