refBool4OrNull method

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

Implementation

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