getWhen method

bool getWhen()

Get the when function.

Implementation

bool getWhen() {
  return _when != null ? _when!() : true;
}