setShow method

dynamic setShow(
  1. VoidCallBackWithValue show
)

Implementation

setShow(VoidCallBackWithValue show) {
  this._show = show;
}