boolValue property

  1. @tryInline
bool get boolValue

Implementation

@tryInline
bool get boolValue {
  return true;
}