refBool3 method

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

Implementation

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