isSet method

bool isSet()

Returns true if the value has been set. Returns false otherwise.

Implementation

bool isSet() {
  return _isSet;
}