refBool1 method

Pointer<Bool> refBool1([
  1. bool? y,
  2. String? x
])

Implementation

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