dartBoolValue property

bool? get dartBoolValue

Implementation

bool? get dartBoolValue {
  return this.boolValue;
}