setKeepDraw method

dynamic setKeepDraw(
  1. dynamic value
)

Implementation

setKeepDraw(value){
  isKeepDraw = value;
}