isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return !valuebytes.hasValue();
}