setAllLineVisible method

dynamic setAllLineVisible(
  1. dynamic value
)

Implementation

setAllLineVisible(value) {
  isShowAllLine = value;
}