setCanExpand method

void setCanExpand(
  1. bool value
)

Implementation

void setCanExpand(bool value) {
  _canExpand = value;
}