boolean property

bool? get boolean

Implementation

bool? get boolean {
  return hasBoolValue() ? boolValue : null;
}