refBool1OrNull method

Pointer<Bool> refBool1OrNull([
  1. bool? y
])

Implementation

Pointer<Bool> refBool1OrNull([bool? y]) => refPtrLitOrNull(y, '1', rl.Temp.Bool$.Value);