refBool2OrNull method

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

Implementation

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