boolean function

bool boolean(
  1. dynamic x$1
)

Implementation

dc.bool boolean(dc.dynamic x$1, ){
final dc.bool or$7508_$AUTO_$1=(null==x$1);
late final dc.bool $if_$1;
if(or$7508_$AUTO_$1){
$if_$1=or$7508_$AUTO_$1;
}else{
$if_$1=dc.identical(x$1, false, );
}
if($if_$1){
return false;
}
return true;
}