shouldDebug method

bool? shouldDebug()

Returns the debug value

Implementation

bool? shouldDebug() {
  return this._shouldDebug;
}