refBool3OrNull method

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

Implementation

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