getBoolean method

bool getBoolean()

Implementation

bool getBoolean() {
  throwIfPresent();
  checkValueType(typeBoolean);
  return data._boolean;
}