setDisabled method

T setDisabled(
  1. bool disabled
)

Implementation

T setDisabled(bool disabled) {
  _disabled = disabled;
  return this as T;
}