hasValue method

bool hasValue()

Implementation

bool hasValue() {
  return _value != null;
}